mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
13 lines
427 B
YAML
13 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..."
|