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§
- LanceDB
Filter - An eDSL for filtering expressions, is rendered as a
WHEREclause - Lance
DbVector Index - Type on which vector searches can be performed for a lanceDb table.
- Search
Params - Parameters used to perform a vector search on a LanceDb table.
Enums§
- Search
Type - See LanceDB vector search for more information.