Best of LangchainNovember 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn LangChain to link LLMs with external data

    LangChain is an AI-first framework that enables developers to create context-aware reasoning applications by linking Large Language Models with external data sources. A new course on the freeCodeCamp.org YouTube channel teaches all about LangChain, covering topics such as embeddings, app flow diagrams, Supabase vector store, and more. The course equips learners with the skills needed to build a highly knowledgeable chatbot using LangChain Expression Language.

  2. 2
    Article
    Avatar of salesforcedevsSalesforce Developers Blog·3y

    Building AI Applications with LangChain and Node.js

    Learn how generative AI can be used to query content, the concept of retrieval-augmented generation (RAG), and the features and applications of LangChain, a comprehensive toolkit for integrating AI-powered language capabilities into applications.

  3. 3
    Article
    Avatar of taiTowards AI·3y

    LangChain Cheatsheet — All Secrets on a Single Page

    LangChain is a framework for natural language processing tasks. It provides tools and agents to process and generate text. You can initialize and use a language model within LangChain by calling the appropriate classes and methods. Memory can also be incorporated into a conversation chain to maintain continuity in interactions.