Expand description
Embedding index management with strict separation by model and repository.
CRITICAL: Never mix embeddings from different models or repositories. Each combination of (repo, model, dimensions) gets its own isolated index.
Structs§
- Chunk
Metadata - Metadata for an embedded chunk
- Embedding
Index Manager - Manager for multiple embedding indexes with strict separation
- Index
Key - Key for identifying a unique embedding index. Each combination of repository, model, and dimensions gets a separate index.
- Index
Manager Stats - Statistics about the index manager
- Search
Result - Search result with similarity score
- Vector
Index - A vector index for storing and searching embeddings