Expand description
SQLite vector store integration for Rig.
This crate provides SqliteVectorStore and SqliteVectorIndex for
storing embedded documents in SQLite with the sqlite-vec extension. Define
document table schemas by implementing SqliteVectorStoreTable.
The root rig facade re-exports this crate as rig::sqlite when the
sqlite feature is enabled.
Structs§
- Column
- Sqlite
Search Filter - Sqlite
Vector Index - SQLite vector store implementation for Rig.
- Sqlite
Vector Store
Enums§
Traits§
- Column
Value - Sqlite
Vector Store Table - Example of a document type that can be used with SqliteVectorStore