You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where i have to store min hash of (n) different categories of file and the query them.
For example if i have documents of category A and I want to store all of them in one db and then query at later point.
I am initializing this in a microservice as (fastapi) as follows
Hi. I see you are trying to create duplicated categories (category-b). Is it normal? Maybe mongo don’t “like” it.
Next. Could you try to create objects step by step (just for experiment), not in gather function?
On 13 Jun 2022, at 12:01, RonaldRegan69 ***@***.***> wrote:
any update over this?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
I have a use case where i have to store min hash of (n) different categories of file and the query them.
For example if i have documents of category A and I want to store all of them in one db and then query at later point.
I am initializing this in a microservice as (fastapi) as follows
If i initialize like this i get
Getting
pymongo.errors.ExecutionTimeout
ErrorHowever If i just maintain 1 object then I dont get any error.
What can I do mitigate this?
Thanks in advance
The text was updated successfully, but these errors were encountered: