Slow search
#1320
-
I have this following codeset which takes 30 seconds to return a response. I'm not sure how to make it fast document_store = ElasticsearchDocumentStore(host="server.lan", username="", password="",
|
Beta Was this translation helpful? Give feedback.
Answered by
aantti
Aug 10, 2021
Replies: 1 comment
-
Hi @kamaljai, We've recently published a series of articles on Haystack's performance here: https://medium.com/deepset-ai/parameter-tweaking-get-faster-answers-from-your-haystack-pipeline-b94f0f528111 In general, without a GPU, inference could be pretty slow. Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sjrl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kamaljai,
We've recently published a series of articles on Haystack's performance here: https://medium.com/deepset-ai/parameter-tweaking-get-faster-answers-from-your-haystack-pipeline-b94f0f528111
In general, without a GPU, inference could be pretty slow.
Hope this helps.