Skip to main content

Module persistent_store

Module persistent_store 

Source
Expand description

Persistent Vector Store with SQLite

Stores documents, embeddings, and HNSW index in SQLite for instant loading

Structsยง

DocumentRef
Document reference (points to compressed file OR spool location)
FileSearchResult
Search result with file reference
PersistentVectorStore
Persistent vector store backed by SQLite
SearchResult