Ask a question to get started
Enter to send•Shift+Enter new line
SelfQueryRetriever()
BaseRetriever
The underlying vector store from which documents will be retrieved.
The query constructor chain for generating the vector store queries.
llm_chain is legacy name kept for backwards compatibility.
The search type to perform on the vector store.
Keyword arguments to pass in to the vector store search.
Translator for turning internal query language into VectorStore search params.
VectorStore
Use original query instead of the revised new query from LLM
Validate translator.
Create a SelfQueryRetriever from an LLM and a vector store.
Self Query Retriever.
Retriever that uses a vector store and an LLM to generate the vector store queries.