LangChainerslangchainers.hashnode.net·Feb 26, 2023Getting Started with LangChain.js(This tutorial is intentionally oversimplified and overly instructive with the objective of helping make AI more approachable. Examples are from the LangChain library with more "hand holding" for those who need help getting started) Pre-requisites N...Jefe Blaize and 1 other are discussing this2 people are discussing thisDiscuss·15 likes·5.6K readslangchain
Pradip NichiteforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Apr 13, 2023Building a Document-based Question Answering System with LangChain, Pinecone, and LLMs like GPT-4 and ChatGPT1. Introduction In this blog post, we will delve into the creation of a document-based question-answering system using LangChain and Pinecone, taking advantage of the latest advancements in large language models (LLMs), such as OpenAI GPT-4 and ChatG...Discuss·6 likes·2.0K readslangchain
LangChainerslangchainers.hashnode.net·Feb 28, 2023Question & Answer (Q&A) using LangChain.js(This tutorial is intentionally oversimplified and overly instructive with the objective of helping make AI more approachable. Examples are from the LangChain library with more "hand holding" for those who need help getting started) Pre-requisites & ...Muhammad Faizan and 1 other are discussing this2 people are discussing thisDiscuss·4 likes·1.9K readsai
Roy Rebelloroyrebello.hashnode.net·Apr 26, 2023ChatGPT with Langchain: An OverviewIntroduction Imagine a world where AI-driven technologies enable us to communicate more effectively, analyze enormous amounts of textual data, and make informed decisions in just seconds. A world where chatbots comprehend our intentions and respond w...Discusschatgpt
Tom X NguyenforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Apr 25, 2023Exploring Machine Learning Approaches for Fine-tuning LLaMA modelsAt Dwarves, we've been increasingly exposed to more state-of-the-art news coming from AI than ever before, of course, related to Large Language Models (LLM). We've had a taste of what AI has to offer with Stable Diffusion and more commercial apps, an...Discuss·3 likeslarge language models
Pradip NichiteforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Apr 24, 2023LangChain, SQL Agents & OpenAI LLMs: Query Database Using Natural LanguageIntroduction Natural language querying allows users to interact with databases more intuitively and efficiently. By leveraging the power of LangChain, SQL Agents, and OpenAI's Large Language Models (LLMs) like ChatGPT, we can create applications that...Discuss·2 likes·154 readslangchain
Marcus Weinbergermarcus.hashnode.net·Apr 16, 2023Task Management system for langchainView project on Replit How does it work? The TaskManager gets created, with a goal, a list of tools, and its own LLM. It includes a bunch of prompts which is used internally. When initialized, it creates an initial list of tasks to get started (this...Discusslangchain
Pradip NichiteforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Apr 13, 2023Building a Document-based Question Answering System with LangChain, Pinecone, and LLMs like GPT-4 and ChatGPT1. Introduction In this blog post, we will delve into the creation of a document-based question-answering system using LangChain and Pinecone, taking advantage of the latest advancements in large language models (LLMs), such as OpenAI GPT-4 and ChatG...Discuss·6 likes·2.0K readslangchain
Fandy Aditya Wiranafandyadityaw.hashnode.net·Apr 4, 2023Create Q&A from Essays and Twitter Threads, using Open AI Embedding and PineconeAfter some time of researching Open AI, Vector databases, and semantic search. For today, I tried to combine all of the knowledge I get and create Q&A based and search for 400 Twitter threads and essays of Illimitablemen IM Luckily, I found this Paul...Discuss·53 readsOpen AI & Semantic SearchPinecone
Fandy Aditya Wiranafandyadityaw.hashnode.net·Mar 27, 2023Semantic Search using Langchain, Pinecone DB in Node JSLangchain is basically an interface and wrapper of LLM. The goal is to simplify, and also make it easier to do pre and post-processing of the LLM input-output so we can build the LLM applications easily. Here is a good start for Langchain: https://la...Discuss·287 readsOpen AI & Semantic Searchopenai
Mohit Talniyamohit-talniya.hashnode.net·Mar 13, 2023Part 1 - Talk to Github MarkdownsChatbots have become a popular tool for businesses and individuals looking to improve customer service, automate tasks, and more. These programs are designed to mimic conversation with human users, making them a powerful tool for interacting with cus...Discuss·79 readslangchain
LangChainerslangchainers.hashnode.net·Mar 5, 2023Learn how to integrate Language Models (LLMs) with SQL databases using LangChain.js(This tutorial is intentionally oversimplified and overly instructive with the objective of helping make AI more approachable. Examples are from the LangChain library with more "hand holding" for those who need help getting started) The modern enterp...Discuss·1 like·1.8K readsai
LangChainerslangchainers.hashnode.net·Mar 3, 2023LangChain Drops: ChatPDFChatPDF is a perfect example of what you can do with the Question & Answer (Q&A) using LangChain.js tutorial. With the code in that tutorial plus very minimal UI, you can quickly create products of real value to the market. ChatPDF lets you chat with...Discuss·1 like·816 readsai