Skip to main content
NagaAI supports two embedding output encodings:
  • float for directly usable JSON arrays
  • base64 for more compact transport or custom binary decoding workflows
Use float unless you have a specific reason to optimize transport size or handle your own decoding path.

Format comparison

Float Example

Base64 Example