Vector Store Retriever
Retrieve relevant documents from a connected vector store. Requires a supported vector store (Supabase, Pinecone, or Qdrant).
Written By Philippe
Last updated 2 days ago
Vector Store Retriever
π§ͺ Labs β Experimental, may change or break without notice
What It Does
Turns a connected vector store into a retriever that fetches the most relevant documents for a query. Used in retrieval-augmented workflows to feed context into a chain.
Connections
Output: a Retriever connection for a chain that consumes retrieved documents.
Compatibility
Notes
- You must connect one of the supported vector stores; without it the node has nothing to retrieve from.