elasticsearch-labs
elasticsearch-labs copied to clipboard
Wrong fields used in the filter and aggregation
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".
@jeffvestal Will you be looking at this? The corresponding blog article needs to be fixed as well, it appears.
@jeffvestal just a ping on this one
Hey 11 months later Sorry, this slipped way by me
fixed in https://github.com/elastic/elasticsearch-labs/pull/339