mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
11 lines
247 B
YAML
11 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]
|