docs/tutorials/retrievers/ #28864
Replies: 1 comment
-
I get an error when setting Mistral API key like this (as suggested in the code): The correct way is to set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/tutorials/retrievers/
This tutorial will familiarize you with LangChain's document loader, embedding, and vector store abstractions. These abstractions are designed to support retrieval of data-- from (vector) databases and other sources-- for integration with LLM workflows. They are important for applications that fetch data to be reasoned over as part of model inference, as in the case of retrieval-augmented generation, or RAG (see our RAG tutorial here).
https://python.langchain.com/docs/tutorials/retrievers/
Beta Was this translation helpful? Give feedback.
All reactions