trustgraph/specs/api/components/schemas/embeddings-query/DocumentEmbeddingsQueryResponse.yaml
cybermaggedon fce43ae035
REST API OpenAPI spec (#612)
* OpenAPI spec in specs/api.  Checked lint with redoc.
2026-01-15 11:04:37 +00:00

12 lines
427 B
YAML

type: object
description: Document embeddings query response
properties:
chunks:
type: array
description: Similar document chunks (text strings)
items:
type: string
example:
- "Quantum computing uses quantum mechanics principles for computation..."
- "Neural networks are computing systems inspired by biological neurons..."
- "Machine learning algorithms learn patterns from data..."