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 - Search filter for SQLite vector searches.
- Sqlite
Vector Index - SQLite vector store implementation for Rig.
- Sqlite
Vector Store
Enums§
- Sqlite
Distance Metric - Distance metric used by SQLite vector searches.
- Sqlite
Error
Traits§
- Column
Value - Value that can be stored in a SQLite vector store document column.
- Sqlite
Vector Store Table - Example of a document type that can be used with SqliteVectorStore