Expand description
ScyllaDB vector store integration for Rig.
This crate provides ScyllaDbVectorStore, a Rig vector store backed by a
ScyllaDB keyspace and table. It stores document payloads and embeddings in
ScyllaDB and performs application-level cosine similarity search.
The root rig facade re-exports this crate as rig::scylladb when the
scylladb feature is enabled.
Structs§
- Scylla
DbVector Store - Represents a vector store implementation using ScyllaDB as the backend.
- Scylla
Search Filter - ScyllaDB query filter: a CQL
WHEREfragment plus the values to bind to it.
Functions§
- create_
session - Convenience function to create a ScyllaDB session