Skip to content

Node type proposal: Vector Store #23

@sbaker

Description

@sbaker

Interface with vector databases for storage and retrieval. Supported backends: ChromaDB (local), Pinecone, Weaviate, Qdrant, pgvector. Operations: upsert (store embeddings with metadata), query (similarity search with top-k and filters), delete. Pairs with the Embedding node to enable full RAG pipelines: embed documents, store in vector DB, query at runtime, pass context to prompt node. Configuration: connection string, collection/index name, distance metric.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew functionalityproposalIdea or RFC for discussion before committing to build

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions