Expand description
Text embedding generation using configurable embedding providers
This module provides flexible text embedding functionality for semantic similarity search.
Supports multiple embedding providers: hash-based (default), local models, and API services.
Users can configure their preferred embedding method via manx config --embedding-provider
.
Modules§
- preprocessing
- Utility functions for text preprocessing
Structs§
- Embedding
Model - Text embedding model wrapper with configurable providers
Supports hash-based embeddings (default), local ONNX models, and API services.
Users can configure their preferred embedding method via
manx config
.