#ai #langchain #python #reading-list

🔗 Custom Retriever | 🦜️🔗 LangChain
python.langchain.com

Many LLM applications involve retrieving information from external data sources using a Retriever.

A retriever is responsible for retrieving a list of relevant Documents to a given user query.

The retrieved documents are often formatted into prompts that are fed into an LLM, allowing the LLM to use the information in the to generate an appropriate response (e.g., answering a user question based on a knowledge base).

continue reading on python.langchain.com

⚠️ This post links to an external website. ⚠️