Releases: ExpediaGroup/feast
Releases · ExpediaGroup/feast
Fix: milvus index creation failed for any IVF
Merge pull request #32 from ExpediaGroup/tipike/bugfix use replace instead of strip
Fix: Temporarily add the create collection/index step in write for Milvus
Since the update step is skipped in the current eg process we need to temporarily move the collection/index creation into the write step for materialization to work. This will be removed when a permanent solution is determined.
Debug: add logging for milvus debugging
Merge pull request #28 from ExpediaGroup/debug_apply fixc linting
Fix: Print statements for logging and debug
Merge pull request #25 from ExpediaGroup/msudhir/add_print_for_debug Adding print statements temporarily to see if logs show up for materialization
Fix: MilvusOnlineStore data types
Fixes the Milvus data types to handle Strings as Varchars and UnixTimestamps as Int64.
Implement MilvusOnlineStore
Implements these methods in MilvusOnlineStore:
- online_write_batch
- online_read
- update
- teardown
Full changelog: v0.4.4...v0.4.5
Fix: Building feature server image
Fix: Fixes the hard code feast version in Dockerfile
Disabled data deletion when feature view is deleted
What's Changed
- adding online store for Milvus by @michaelbackes in #11
- fix: disabled data deletion when feature view is deleted by @EXPEbdodla in #13
Full Changelog: v0.4.2...v0.4.3
fix: Solves automatic disconnect issue when idle for long
fix: Solves automatic disconnect issue when idle for long
Disabled SSL Verification on HTTP registry
fix: Disabled SSL Verification on HTTP registry