-
Notifications
You must be signed in to change notification settings - Fork 197
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
[BUG] Simple Wikipedia Demo error - missing imports #215
Labels
bug
Something isn't working
Comments
Thanks @georgewritescode ! A PR would be great. This was my fault, I did not update the demo :( |
georgewritescode
added a commit
to georgewritescode/marqo
that referenced
this issue
Dec 10, 2022
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Bug fixes to Simple Wikipedia Demo error - Add missing imports - Remove unused pytorch import - Change batch size params to align to the current Python client Associated with this issue: marqo-ai#215
3 tasks
pandu-k
pushed a commit
that referenced
this issue
Dec 13, 2022
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Bug fixes to Simple Wikipedia Demo error - Add missing imports - Remove unused pytorch import - Change batch size params to align to the current Python client Associated with this issue: #215
closing for now. fixed in #216 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Missing imports in Simple Wikipedia Demo
errors:
NameError: name 'math' is not defined
for numpy, math, copyTypeError: Index.add_documents() got an unexpected keyword argument 'batch_size'
To Reproduce
python3 simple_wiki_demo.py
Expected behavior
Missing imports error
Desktop (please complete the following information):
Additional context
Will be submitting a PR shortly
The text was updated successfully, but these errors were encountered: