Self-learning vector database with GNN-powered index optimization. Features: vector search, RAG queries, embeddings, clustering, deduplication, batch ops, and data import/export. Scales with Raft consensus.
PostgreSQL connection URL. Leave empty for embedded database (non-persistent). For persistent storage, use your own PostgreSQL with ruvector/pgvector extension.
Table/Collection Name
tableNamestringOptional
Name of the vector table (collection)
Default value of this property is "documents"
Search Query
querystringOptional
Natural language query for semantic search. The AI understands meaning, not just keywords.
Query Vector
queryVectorarrayOptional
Pre-computed embedding vector (alternative to query text). Use with external embedding APIs.
Documents
documentsarrayOptional
Documents to insert. Each should have 'content' and optional 'metadata' and 'embedding'.