LangChain v0.1.0 Launch: Retrieval

Поділитися
Вставка
  • Опубліковано 7 січ 2024
  • The best way to connect LLMs to your private data is currently retrieval augmented generation. LangChain has lots of advanced and production-ready functionality to help with this.
    Jupyter Notebook (to follow along): github.com/hwchase17/langchai...
    JavaScript Notebook: github.com/bracesproul/langch...
    Links:
    Retrieval Documentation: python.langchain.com/docs/mod...
    Advanced Retrieval Methods: python.langchain.com/docs/mod...
    QA with RAG Use Case Documentation: python.langchain.com/docs/use...

КОМЕНТАРІ • 10

  • @JDWilsonJr
    @JDWilsonJr 6 місяців тому +6

    So appreciate the relentless refinement of the product and the documentation. It really helps.

  • @colinmcnamara
    @colinmcnamara 6 місяців тому +1

    Really appreciate all the hard work that's been done improving the documentation. This is good stuff

  • @leonardjin910
    @leonardjin910 6 місяців тому

    LangChain is underrated for this 🙏

  • @user-ze3sg6ix1u
    @user-ze3sg6ix1u 6 місяців тому +1

    Thank you for this

  • @arthursoenarto6051
    @arthursoenarto6051 6 місяців тому +2

    How does langchain’s retrieval compare with llamaindex’s?

  • @RADKIT
    @RADKIT 6 місяців тому

    May i ask a question regarding doing a chain to ask a Json file?
    i find it unclear how to do a retrieval > splitting (not sure if this is necessary in JSON) > embedding > vector store and then doing a chain to invoke a Q&A regarding a Json file, the documentation only covers to the data = loader.load() step
    any help would be highly appreciated!

  • @flaviobrienza6081
    @flaviobrienza6081 6 місяців тому

    Can I ask you why after the installation I cannot find langchain_openai?

    • @LangChain
      @LangChain  6 місяців тому +1

      its not installed by default, need to do `pip install langchain-openai`