Vector Store Retriever

A vector store retriever is a component or module that specializes in retrieving vectors from a vector store based on user queries. It works in conjunction with a vector store to facilitate efficient vector retrieval and similarity search operations.

Options

Queries

Column containing the queries.

Number of results

Number of top results to get from vector store search. Ranking from best to worst.

Retrieved document column name

The name for the appended column containing the retrieved documents.

Retrieve metadata from documents

Whether or not to retrieve document metadata if provided.

Input Ports

Icon

A vector store containing document embeddings.

Icon

Table containing a string column with the queries for the vector store.

Output Ports

Icon

Table containing the queries and their closest match from the db.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.