Skip to main content

Crate semtree_store

Crate semtree_store 

Source
Expand description

Vector-store abstraction for semtree.

One trait - VectorStore - with swappable backends behind feature flags:

BackendFeatureType
usearch (local HNSW, default)usearch-backendusearch::UsearchStore
Qdrantqdrant-backendqdrant::QdrantStore

search returns ranked Hits (id + score); the caller resolves ids back to chunks via the registry in semtree-rag. Implement VectorStore to target any other index or database.

Modules§

usearch

Structs§

Hit

Enums§

StoreError

Traits§

VectorStore