<@U04G4N26EHL> just tested and even when you make ...
# community-help
o
@Yoann Couble just tested and even when you make an api call like this, it returns embeddings 768 dim. Can you try and confirm?
Copy code
curl --location 'localhost:8080/v1/embeddings' \
--header 'Content-Type: application/json' \
--data '{
    "input": [
        "test"
    ]
}'