Expected Qdrant latency #1107
Replies: 2 comments 2 replies
-
|
no, it is not normal. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Ahh, it looks like that 2 seconds was the difference between |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm pretty new to Qdrant and vector storage in general, but I'm just wondering what the normal response speed is supposed to be when querying for points in a collection from python qdrant client. I have Qdrant installed in Docker Desktop with a single collection that has 6 points stored, and even following the documentation's recommendations for lowering latency, I can't get a response for 5 points in less than 2 seconds. The model generating embeddings takes 0.02 seconds, but querying Qdrant is painfully slow for me at the moment. Is this normal? or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions