index
- integerembedding
- arrayobject
- string
input
- string or array - Requiredmodel
- string - Requiredencoding_format
- string - Optional - Defaults to floatuser
- string - Optional - Ignored
A list of embedding objects.
> curl http://localhost:8080/v1/embeddings -X POST -H "Content-Type: application/json" -d '{
"input": "Hello world",
"model": "jina-embeddings-v2-small-en"
}'
{"object":"embedding","embedding":[-0.47561466693878174,-0.4471365511417389,...],"index":0}