Skip to main content

Module models

Module models 

Source
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§

ModelConfig
Configuration for model loading and inference.

Enums§

EmbeddingModel
Supported embedding models.