EmbeddingDtype

March 18, 2026 ยท View on GitHub

Example Usage

from mistralai.client.models import EmbeddingDtype
value: EmbeddingDtype = "float"

Values

  • "float"
  • "int8"
  • "uint8"
  • "binary"
  • "ubinary"