-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Description
Breaking changes
- POST /v1/documents/search
- Response items now include a required property:
fields.- Type: object with arbitrary string-valued properties (property names are strings).
- Description: Metadata fields belonging to the document of this chunk.
- The
fieldsproperty was added to the schema’srequiredlist (alongsidechunk_id,chunk_content,score,collection_ids). Clients that validated responses withoutfieldsmust update their schemas and handling.
- Response items now include a required property:
https://github.com/gr2m/ai-provider-monitor/releases/tag/xai%4016.0.0