mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
12 lines
247 B
YAML
12 lines
247 B
YAML
|
|
type: object
|
||
|
|
description: Embeddings response
|
||
|
|
required:
|
||
|
|
- vectors
|
||
|
|
properties:
|
||
|
|
vectors:
|
||
|
|
type: array
|
||
|
|
description: Embedding vector (array of floats)
|
||
|
|
items:
|
||
|
|
type: number
|
||
|
|
example: [0.023, -0.142, 0.089, 0.234, -0.067, 0.156]
|