Skip to main content

One doc tagged with "retrievers"

View all tags

Retrievers

A retriever is the interface between a query and a candidate set of relevant chunks. Every vector store exposes one through as_retriever, which returns a VectorStoreRetriever — a Runnable, so it composes with | like anything else in this reference.