Node Details

  • Name: SingleStore_VectorStores

  • Type: SingleStore

  • Version: 1.0

  • Category: Vector Stores

Base Classes

  • SingleStore

  • VectorStoreRetriever

  • BaseRetriever

Parameters

Input Parameters

  1. Document (optional, list)

    • Type: Document

    • Description: List of documents to be embedded and stored

  2. Embeddings

    • Type: Embeddings

    • Description: Embedding model to use for vectorizing documents

  3. Host

    • Type: string

    • Description: SingleStore database host

  4. Database

    • Type: string

    • Description: Name of the database to use

  5. Table Name (optional)

    • Type: string

    • Default: “embeddings”

    • Description: Name of the table to store vectors

  6. Content Column Name (optional)

    • Type: string

    • Default: “content”

    • Description: Name of the column to store document content

  7. Vector Column Name (optional)

    • Type: string

    • Default: “vector”

    • Description: Name of the column to store vector embeddings

  8. Metadata Column Name (optional)

    • Type: string

    • Default: “metadata”

    • Description: Name of the column to store document metadata

  9. 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