{ "status": 200, "message": "2/2 embeddings successfully retrieved.", "data": { "embeddings": [ { "data": [ 0.1, -0.2, 0.45 ], "id": 23, "metadata": { "foo": "bar" } }, { "data": [ 0.2, -0.7, 0.32 ], "id": 67, "metadata": {} } ] } }
Retrieve a set of embeddings using IDs.
Name of the index
IDs of embedding to retrieve
Embeddings successfully retrieved.
Status code of the response
Message giving basic information on the response
Important data to be given to the caller
An error that has occured
Show child attributes