rubra-embeddings / README.md
Sanjay Nadhavajhala
update README
9833c8f unverified
metadata
license: apache-2.0

All Rubra embeddings operate in port 8020

curl http://localhost:8020/v1/embeddings \
-H "Content-Type: application/json" \
-H "Authorization: Bearer no-key" \
-d '{
        "input": "hello",
        "model":"rubra",
        "encoding_format": "float"
}'