Skip to content

Commit

Permalink
test: fix tests with milvus
Browse files Browse the repository at this point in the history
  • Loading branch information
gventuri committed Oct 16, 2024
1 parent 1a9d86b commit 24ad441
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
25 changes: 22 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ lancedb = {version = "^0.11.0", optional = true}
sentence-transformers = {version = "^2.3.0", optional = true}
sqlglot = {extras = ["rs"], version = "^25.0.3"}
pymilvus = {version = "^2.4.6", optional = true}
milvus-model = {version = "^0.2.7", optional = true}

[tool.poetry.group.dev]
optional = true
Expand Down Expand Up @@ -98,7 +99,7 @@ flask = ["flask"]
qdrant = ["qdrant-client"]
pinecone = ["pinecone-client"]
ibm-watsonx-ai = ["ibm-watsonx-ai"]
milvus = ["pymilvus"]
milvus = ["pymilvus", "milvus-model"]

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 24ad441

Please sign in to comment.