Individual embedding object in the response
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
embedding |
List[float] | ✔️ | The embedding vector | [0.0023064255, -0.009327292] |
index |
int | ✔️ | Index of the embedding in the list of embeddings | 0 |
object |
str | ✔️ | The object type, which is always "embedding" | embedding |