Best of Langchain — May 2024
- 1
- 2
- 3
Tech With Tim·2y
Python AI Agent Tutorial - Build a Coding Assistant w/ RAG & LangChain
Learn how to build a custom AI agent using Lang chain and retrieval augmented generation. Query information about GitHub repositories and create a coding or GitHub assistant. Utilize tools like GitHub Vector search database to store and retrieve issues. Build an AI agent that can summarize and respond to different issues.
- 4
Machine Learning Mastery·2y
5 Essential Free Tools for Getting Started with LLMs
This post introduces 5 essential free tools for getting started with LLMs: Transformers, LlamaIndex, Langchain, Ollama, and Llamafile. Each tool has its own unique set of tasks, advantages, and features to help beginners grasp the subtleties of LLM development and interact with it.
- 5
Medium·2y
How to Build RAG Applications with Pinecone Serverless, OpenAI, Langchain and Python
Learn how to build RAG applications using Pinecone Serverless, OpenAI, Langchain, and Python. Discover why Pinecone is a preferred vector database, and follow a step-by-step guide on building RAG apps. Upsert data to the vector database and query it to retrieve relevant information.
- 6
SingleStore·2y
How to Create Open-Source AI Apps with LangChain
LangChain is an open-source AI framework that simplifies building custom AI applications using Large Language Models (LLMs). It provides various modules/components to enhance the capabilities of LLMs' problem-solving strategies. This post includes a tutorial on how to build AI applications using LangChain, complete with installing the framework, loading a PDF, splitting its content, storing it in a database, and retrieving accurate responses.
- 7
- 8
- 9