NagaAI supports two embedding output encodings:Documentation Index
Fetch the complete documentation index at: https://docs.naga.ac/llms.txt
Use this file to discover all available pages before exploring further.
floatfor directly usable JSON arraysbase64for more compact transport or custom binary decoding workflows
float unless you have a specific reason to optimize transport size or handle your own decoding path.
Format comparison
| Format | Best for |
|---|---|
float | direct use in application code, quick debugging, JSON-first workflows |
base64 | lower payload size, custom binary pipelines, delayed decoding |