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

InputRequiredDescription
Vector StoreYesThe store to retrieve from

Output: a Retriever connection for a chain that consumes retrieved documents.

Compatibility

FeatureStatus
Top-K document retrievalSupported
Supported vector storesSupabase, Pinecone, Qdrant only β€” other stores are not available on the platform

Notes

  • You must connect one of the supported vector stores; without it the node has nothing to retrieve from.