Skip to content
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

Add elasticsearch online store - update method #63

Merged
merged 10 commits into from
Oct 24, 2023

Conversation

piket
Copy link
Collaborator

@piket piket commented Oct 23, 2023

What this PR does / why we need it:
Add Elasticsearch as an option for vector embeddings and features.
This implements the update method with full unit tests.

@piket piket force-pushed the feature/add_elastic_search_online_store branch from f8783a6 to 9383ea9 Compare October 24, 2023 00:47
for i in range(n)
]

index_param_list = [
Copy link
Collaborator

@michaelbackes michaelbackes Oct 24, 2023

Choose a reason for hiding this comment

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

can you move this under the import section?

if not resp.body:
self._create_index(es, fv)

def _create_index(self, es, fv):
Copy link
Collaborator

Choose a reason for hiding this comment

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

move this to the bottom of the file

):
pass

def get_data_type(self, t: FeastType) -> str:
Copy link
Collaborator

Choose a reason for hiding this comment

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

this could be private, right?

Copy link
Collaborator

@michaelbackes michaelbackes left a comment

Choose a reason for hiding this comment

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

only minor formatting but you can address later if you want

@piket piket merged commit 1ddee5f into master Oct 24, 2023
17 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