-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in nomalizing with long content to dork collection. #32
Comments
Were you still seeing errors after related to upsert?
I'm attempting the hashed index as well, though not recreating entire collcetion; failing still though I believe it is because of the upsert on update method.
|
I dropped the index of dork content, and created hashed one. If any suggestion, please let me know. |
I'm found some errors in mnemosyne.err as below.
It could be the content is too long to be indexed.
I've using hashed content as index key instead of text :
https://github.com/johnnykv/mnemosyne/blob/master/persistance/mnemodb.py#L48
Now it seems work fine.
If any suggestion, please let me know.
The text was updated successfully, but these errors were encountered: