Re-exports§
pub use request::VectorSearchRequest;
Modules§
- builder
- in_
memory_ store - In-memory implementation of a vector store.
- lsh
- request
Structs§
Enums§
- Index
Strategy - Index strategy for the super::InMemoryVectorStore
- Vector
Store Error
Traits§
- Insert
Documents - Trait for inserting documents into a vector store.
- Vector
Store Index - Trait for vector store indexes
- Vector
Store Index Dyn