Skip to main content

Crate rig_scylladb

Crate rig_scylladb 

Source
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§

ScyllaDbVectorStore
Represents a vector store implementation using ScyllaDB as the backend.
ScyllaSearchFilter
ScyllaDB query filter: a CQL WHERE fragment plus the values to bind to it.

Functions§

create_session
Convenience function to create a ScyllaDB session