We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running with
docker run -p 8080:80 -v "${PWD}/data":/data --pull always ghcr.io/huggingface/text-embeddings-inference:cpu-1.6 --model-id nomic-ai/nomic-embed-text-v1.5
the service functions correctly, however /metrics successfully returns an empty response
/metrics
$ curl -i localhost:8080/metrics HTTP/1.1 200 OK content-type: text/plain; charset=utf-8 vary: origin, access-control-request-method, access-control-request-headers access-control-allow-origin: * content-length: 0 date: Thu, 20 Mar 2025 23:10:29 GMT
(same can be repro'd building main and running text-embeddings-router directly)
main
text-embeddings-router
any metrics at all
The text was updated successfully, but these errors were encountered:
i see - they are empty until measured requests have come in
Sorry, something went wrong.
No branches or pull requests
System Info
running with
docker run -p 8080:80 -v "${PWD}/data":/data --pull always ghcr.io/huggingface/text-embeddings-inference:cpu-1.6 --model-id nomic-ai/nomic-embed-text-v1.5
the service functions correctly, however
/metrics
successfully returns an empty response(same can be repro'd building
main
and runningtext-embeddings-router
directly)Information
Tasks
Reproduction
Expected behavior
any metrics at all
The text was updated successfully, but these errors were encountered: