-
Notifications
You must be signed in to change notification settings - Fork 27
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
Investigate persistent unknown kwargs
log message
#24
Comments
Found a related issue in the huggingface transformers repo. Some users reported that upgrading their However, others reported that they had to downgrade their @antas-marcin any thoughts? |
@parkerduckworth How do I upgrade my tokenizer or transformer? |
@nzaw96 for a specific version you would need to use
If just wanting the latest release:
You would likely want to update your requirements.txt as well to match the new version(s), if you have one. |
Does this have any real consequences? I realized inconsistent ingests (ingest works fine, Get queries return only few results from many) and also see this message. |
The current assumption is that this has no real consequences. |
@parkerduckworth @etiennedi Every post to /vectors/ results in this warning getting logged. Are we planning to upgrade to a new transformers version any time soon? |
During vectorization, the message
Ignored unknown kwarg option direction
is repeatedly logged, seemingly once per vector created.Investigate this issue, and see if it can be resolved.
Example screenshot:
The text was updated successfully, but these errors were encountered: