You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It return empty result for inner hit. The filter is getting applied to nested field item for inner hit even though it is for parent doc. Therefore, every nested items are filtered out.
Similar to #1447, I want to see inner hit of multi vector with filter.
Create KNN index
Insert Data
Query
Response
It return empty result for inner hit. The filter is getting applied to nested field item for inner hit even though it is for parent doc. Therefore, every nested items are filtered out.
Query with filter on nested item
When filter is applied to nested item attribute only, it returns non-empty result for inner hit. The result is not correct due to #1447 though.
Response
The text was updated successfully, but these errors were encountered: