-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Msudhir/add vector update functionality #3714
Closed
Manisha4
wants to merge
29
commits into
feast-dev:master
from
ExpediaGroup:msudhir/add-vector-update-functionality
Closed
Msudhir/add vector update functionality #3714
Manisha4
wants to merge
29
commits into
feast-dev:master
from
ExpediaGroup:msudhir/add-vector-update-functionality
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Pydantic model conversions for Feast Entity, DataSource, and Feature View objects. --------- Co-authored-by: William Parsley <[email protected]>
Co-authored-by: William Parsley <[email protected]>
Co-authored-by: William Parsley <[email protected]>
Co-authored-by: William Parsley <[email protected]>
…data and Feature Services (#6) * feat: Added pydantic model support for Field, FeatureViewProjections, OnDemandFeatureViews, Feature Services and Project Metadata --------- Co-authored-by: Bhargav Dodla <[email protected]>
* feat: Added support for HTTP Registry * Enabled using cache object in http registry * disabled pip cache to fix - cannot import name DEV_PKGS issue * Updated pip-tools to latest version --------- Co-authored-by: Bhargav Dodla <[email protected]> Squashing and merging this PR to release this version of eg-feast as Bhargav is unavailable for a portion of this afternoon. We synced offline and decided I would do the merge and release.
feat: Add Iceberg support to SparkSource
* disable ssl verification for http registry --------- Co-authored-by: Bhargav Dodla <[email protected]>
feat: adding a feature view for vector database integration
Co-authored-by: Bhargav Dodla <[email protected]>
adding online store for Milvus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR Addresses updating the the MilvusOnlineStore Update functionality.
The update method in the above mentioned class is implemented and relevant tests cases are written
Which issue(s) this PR fixes:
Fixes #