SingleStore Vector Store
The Single Store Vector Store node integrates Single Store, a fast and distributed cloud relational database, into your vector store operations. It allows for upsert of embedded data and similarity search capabilities.
Node Details
-
Name: SingleStore_VectorStores
-
Type: SingleStore
-
Version: 1.0
-
Category: Vector Stores
Base Classes
-
SingleStore
-
VectorStoreRetriever
-
BaseRetriever
Parameters
Input Parameters
-
Document (optional, list)
-
Type: Document
-
Description: List of documents to be embedded and stored
-
-
Embeddings
-
Type: Embeddings
-
Description: Embedding model to use for vectorizing documents
-
-
Host
-
Type: string
-
Description: SingleStore database host
-
-
Database
-
Type: string
-
Description: Name of the database to use
-
-
Table Name (optional)
-
Type: string
-
Default: “embeddings”
-
Description: Name of the table to store vectors
-
-
Content Column Name (optional)
-
Type: string
-
Default: “content”
-
Description: Name of the column to store document content
-
-
Vector Column Name (optional)
-
Type: string
-
Default: “vector”
-
Description: Name of the column to store vector embeddings
-
-
Metadata Column Name (optional)
-
Type: string
-
Default: “metadata”
-
Description: Name of the column to store document metadata
-
-
Top K (optional)
-
Type: number
-
Default: 4
-
Description: Number of top results to retrieve in similarity search
-
Credential Parameters
-
Connect Credential (optional)
-
Type: credential
-
Credential Names: s
-
Was this page helpful?