We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
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 userquery
.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. ⚠️
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.