Performance issues in hybrid search with Azure hosted Meilisearch 1.8.0 instance #753
Closed
miguelisidoro
started this conversation in
Experimental features
Replies: 1 comment 1 reply
-
Issue being discussed in the community Discord |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In a Azure hosted Meilisearch 1.8.0 instance, we are having some performance problems. Hybrid search is taking a long time, from 200ms up to 25s (once it took 25s and some other times it took between 10 and 20s to get a response) . Longer times happen when no requests are made for a long period of time (15 to 30m).
If we continuously make requests, the responses are usually under 500ms which is still considerable.
I am using the following query with the endpoint {{url}}/indexes/{{indexUID}}/search
{
"q": "benefits, company",
"filter": "tenant = 'Default' AND (targetAudience = 'Global' OR targetAudience = 'Administrator' OR targetAudience = 'Global Admin' OR targetAudience = '4ea3gq7r13q34sr6sbey4105nw')",
"hybrid": {},
"vector": [
]
}
Any ideas on how to improve performance?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions