Skip to content

Releases: ExpediaGroup/feast

Fix: milvus index creation failed for any IVF

06 Sep 22:07
6e17017
Compare
Choose a tag to compare
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

05 Sep 18:00
24ffa98
Compare
Choose a tag to compare

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

31 Aug 21:07
33b16ce
Compare
Choose a tag to compare
Merge pull request #28 from ExpediaGroup/debug_apply

fixc linting

Fix: Print statements for logging and debug

30 Aug 20:36
17d019b
Compare
Choose a tag to compare
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

30 Aug 18:18
53dc637
Compare
Choose a tag to compare

Fixes the Milvus data types to handle Strings as Varchars and UnixTimestamps as Int64.

Implement MilvusOnlineStore

28 Aug 16:58
01867f4
Compare
Choose a tag to compare

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

08 Aug 08:06
d421016
Compare
Choose a tag to compare

Fix: Fixes the hard code feast version in Dockerfile

Disabled data deletion when feature view is deleted

03 Aug 16:41
b541fa7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

fix: Solves automatic disconnect issue when idle for long

31 Jul 23:27
8a4c191
Compare
Choose a tag to compare

fix: Solves automatic disconnect issue when idle for long

Disabled SSL Verification on HTTP registry

26 Jul 21:30
24c51e4
Compare
Choose a tag to compare

fix: Disabled SSL Verification on HTTP registry