Expand description
Vector operations and embeddings
Modules§
- memory_
store - In-memory vector store implementation for testing and development
- store
- Vector store trait and common types
Structs§
- Embedding
Generator - Simple embedding generator using hash-based approach for consistent vectors
- Vector
- Wrapper for Vec
to implement Point trait for vector operations - Vector
Index - Vector index for semantic search
- Vector
Index Statistics - Statistics about the vector index
- Vector
Utils - Utility functions for vector operations