Expand description
Model configurations for supported embedding models.
Supported models:
- MiniLM (all-MiniLM-L6-v2): Fast, 384 dimensions, good for general use
- BGE-small (BAAI/bge-small-en-v1.5): Balanced, 384 dimensions, high quality
- E5-small (intfloat/e5-small-v2): Quality-focused, 384 dimensions
Structs§
- Model
Config - Configuration for model loading and inference.
Enums§
- Embedding
Model - Supported embedding models.