public:: true

  • {{video https://www.youtube.com/watch?v=aywZrzNaKjs}}
    • LangChain allow you to connect your private/enterprise documents to LLM (ChatGpt)
    • Also can take actions like sending an email
    • The way to do this, is by getting your documments, chunking them and storing them into a VectorStore
    • 3 Main concepts
      • Components:
        • LLM Wrappers use models from the library
        • Prompt Templates
        • Indexes for relevant information retrieval
      • Chains
        • Assemble components to solve a specific task
      • Agents
        • Allow the LLM to interact with external APIs