Skip to content

fix: Updated the elastic search to use vector_index defined in the feature view to identify vector fields#348

Merged
vanitabhagwat merged 3 commits intofeature/vector-storefrom
eapc-21473-es-vector-index
Mar 31, 2026
Merged

fix: Updated the elastic search to use vector_index defined in the feature view to identify vector fields#348
vanitabhagwat merged 3 commits intofeature/vector-storefrom
eapc-21473-es-vector-index

Conversation

@vanitabhagwat
Copy link
Copy Markdown
Collaborator

@vanitabhagwat vanitabhagwat commented Mar 30, 2026

Updated the elastic search to use vector_index defined in the feature view to identify vector fields.

What this PR does / why we need it:

Which issue(s) this PR fixes:

Misc

@vanitabhagwat vanitabhagwat changed the title fix: Updated the elastic search to use vector_index defined in the featur… fix: Updated the elastic search to use vector_index defined in the feature view to identify vector fields Mar 30, 2026
Comment on lines +517 to +519
if is_vector:
vector_val = get_list_val_str(value)
if vector_val:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a log in the case that the vector_val is empty?

@vanitabhagwat vanitabhagwat changed the base branch from master to feature/vector-store March 30, 2026 21:14
@vanitabhagwat vanitabhagwat merged commit 7c4e819 into feature/vector-store Mar 31, 2026
38 of 40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants