RetrievalDatabaseBuild a flat local corpus and run exact vector, BM25, or query-time hybrid ranking. Text, an embedding, or both select the query form.
GraphDatabaseTraverse application-supplied relationships and return stable records without a vector index, embedding dimension, or embedding model.
GraphRetrievalDatabaseUse graph traversal to choose an eligible candidate set, then run the same exact vector, BM25, or hybrid ranker only inside that scope.
Embedding packagesProvide an optional local embedding implementation independently from retrieval. A retrieval database never downloads, selects, or invokes a model by itself.