-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew functionalityNew functionalityproposalIdea or RFC for discussion before committing to buildIdea or RFC for discussion before committing to build
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew functionalityNew functionalityproposalIdea or RFC for discussion before committing to buildIdea or RFC for discussion before committing to build