Skip to content

Releases: ExpediaGroup/feast

Milvus v2.3.0

Choose a tag to compare

@piket piket released this 26 Sep 17:47
76d265e

Updates to support Milvus v2.3.0 features
Error catching in go server for ondemand features views

Go Feature server with HTTP Registry

Choose a tag to compare

@EXPEbdodla EXPEbdodla released this 20 Sep 21:30
506830e

What's Changed

Full Changelog: v0.4.11...v0.5.0

Fix: milvus index creation failed for IVF_FLAT

Choose a tag to compare

@piket piket released this 20 Sep 18:23
84a5c77

Fixes a bug that prevented creating IVF_FLAT indexes in Milvus

Fix: milvus index creation failed for any IVF

Choose a tag to compare

@piket piket released this 06 Sep 22:07
6e17017
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

Choose a tag to compare

@piket piket released this 05 Sep 18:00
24ffa98

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

Choose a tag to compare

@piket piket released this 31 Aug 21:07
33b16ce
Merge pull request #28 from ExpediaGroup/debug_apply

fixc linting

Fix: Print statements for logging and debug

Choose a tag to compare

@piket piket released this 30 Aug 20:36
17d019b
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

Choose a tag to compare

@piket piket released this 30 Aug 18:18
53dc637

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

Implement MilvusOnlineStore

Choose a tag to compare

@piket piket released this 28 Aug 16:58
01867f4

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

Choose a tag to compare

@EXPEbdodla EXPEbdodla released this 08 Aug 08:06
d421016

Fix: Fixes the hard code feast version in Dockerfile