enquire-mcp API reference - v3.9.0-rc.4
    Preparing search index...

    Function parseQuantizationMode

    • v2.17.0 — validate a --quantize-embeddings <mode> value. Accepts the canonical "f32" / "int8" plus a few user-friendly aliases ("none" for f32; "q8" for int8). Anything else throws with the exact list of accepted values so the user can fix the typo immediately.

      Parameters

      • raw: string | undefined

      Returns "f32" | "int8" | undefined