Skip to content

Commit c99905d

Browse files
authored
test: Fixed path for milvus tests (feast-dev#5394)
Signed-off-by: ntkathole <[email protected]>
1 parent 61e3e02 commit c99905d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[![PyPI - Downloads](https://img.shields.io/pypi/dm/feast)](https://pypi.org/project/feast/)
1111
[![GitHub contributors](https://img.shields.io/github/contributors/feast-dev/feast)](https://github.com/feast-dev/feast/graphs/contributors)
12-
[![unit-tests](https://github.com/feast-dev/feast/actions/workflows/unit_tests.yml/badge.svg?branch=master)](https://github.com/feast-dev/feast/actions/workflows/unit_tests.yml)
12+
[![unit-tests](https://github.com/feast-dev/feast/actions/workflows/unit_tests.yml/badge.svg?branch=master&event=pull_request)](https://github.com/feast-dev/feast/actions/workflows/unit_tests.yml)
1313
[![integration-tests-and-build](https://github.com/feast-dev/feast/actions/workflows/master_only.yml/badge.svg?branch=master&event=push)](https://github.com/feast-dev/feast/actions/workflows/master_only.yml)
1414
[![linter](https://github.com/feast-dev/feast/actions/workflows/linter.yml/badge.svg?branch=master&event=push)](https://github.com/feast-dev/feast/actions/workflows/linter.yml)
1515
[![Docs Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.feast.dev/)
@@ -20,6 +20,8 @@
2020
## Join us on Slack!
2121
👋👋👋 [Come say hi on Slack!](https://communityinviter.com/apps/feastopensource/feast-the-open-source-feature-store)
2222

23+
[Check out our DeepWiki!](https://deepwiki.com/feast-dev/feast)
24+
2325
## Overview
2426

2527
Feast (**Fea**ture **St**ore) is an open source feature store for machine learning. Feast is the fastest path to manage existing infrastructure to productionize analytic data for model training and online inference.
@@ -256,4 +258,4 @@ Thanks goes to these incredible people:
256258

257259
<a href="https://github.com/feast-dev/feast/graphs/contributors">
258260
<img src="https://contrib.rocks/image?repo=feast-dev/feast" />
259-
</a>
261+
</a>

sdk/python/tests/integration/feature_repos/universal/online_store/milvus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def create_online_store(self) -> Dict[str, Any]:
3232
"type": "milvus",
3333
"host": host,
3434
"port": int(port),
35+
"path": "online_store.db",
3536
"index_type": "IVF_FLAT",
3637
"metric_type": "L2",
3738
"embedding_dim": 2,

0 commit comments

Comments
 (0)