Skip to main content

Crate rig_lancedb

Crate rig_lancedb 

Source
Expand description

LanceDB vector store integration for Rig.

This crate provides LanceDbVectorIndex, a Rig vector store index backed by LanceDB tables. It supports exact and approximate vector search through SearchType and accepts LanceDB SQL filter expressions through LanceDBFilter.

The root rig facade re-exports this crate as rig::lancedb when the lancedb feature is enabled.

Structs§

LanceDBFilter
An eDSL for filtering expressions, is rendered as a WHERE clause
LanceDbVectorIndex
Type on which vector searches can be performed for a lanceDb table.
SearchParams
Parameters used to perform a vector search on a LanceDb table.

Enums§

SearchType
See LanceDB vector search for more information.