Best of LangchainMarch 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Build Better AI Workflows with Langchain

    Learn how to use Large Language Models like ChatGPT in your app with Langchain. Langchain is a powerful tool that simplifies building and deploying large language models, allowing you to integrate multiple services and enhance functionality. With Langchain, you can access and learn from newer data without limits.

  2. 2
    Article
    Avatar of rpythonReal Python·2y

    Build an LLM RAG Chatbot With LangChain – Real Python

    Learn how to build custom chatbots using LangChain with Neo4j for retrieval-augmented generation (RAG). Deploy your chatbot with FastAPI and Streamlit.

  3. 3
    Article
    Avatar of tdsTowards Data Science·2y

    Intro to LLM Agents with Langchain: When RAG is Not Enough

    This post provides an introduction to LLM Agents and Langchain. It discusses the first-order principles of brain structure for AI assistants, the steps to building an LLM agent, and examples of tools that can be used in LLM agents.