When Building Docker Image for infinity is there a flag to implement queueing? #305
Unanswered
janakm-senslyze
asked this question in
Q&A
Replies: 1 comment
-
There’s a queue inside. Are you sending http requests? What its their response code? Do they time out etc? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used BAAI/bge-large-en-v1.5 embeddings and hosted it using docker on my own linux server.
When i embed 3 pdf documents and 4 cpu cores it works fine.
BUT, when I embed 10 pdf documents with 4 cpu cores then it dosent finish. (the documents are not very large around 20 pages each).
After half an hour i gave up and cancelled the operation.
Is it an issue of bge embeddings?
and is queueing already implemented inside code for infinity embeddings?
Please help.
Beta Was this translation helpful? Give feedback.
All reactions