We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the notebook at https://github.com/elastic/elasticsearch-labs/blob/main/supporting-blog-content/vector-search-implementation-guide-api/vector_search_implementation_guide_api.ipynb, "my_metadata" is a text field, and it should not be used in the term filter, and it is the same for the aggregation. The correct one should be "my_metadata.keyword".
The text was updated successfully, but these errors were encountered:
@jeffvestal Will you be looking at this? The corresponding blog article needs to be fixed as well, it appears.
Sorry, something went wrong.
@jeffvestal just a ping on this one
Hey 11 months later Sorry, this slipped way by me
fixed in #339
Thanks @jeffvestal !
jeffvestal
Successfully merging a pull request may close this issue.
For the notebook at https://github.com/elastic/elasticsearch-labs/blob/main/supporting-blog-content/vector-search-implementation-guide-api/vector_search_implementation_guide_api.ipynb, "my_metadata" is a text field, and it should not be used in the term filter, and it is the same for the aggregation. The correct one should be "my_metadata.keyword".
The text was updated successfully, but these errors were encountered: