FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: make weaviate dependency optional (#1381) · docarray/docarray@aef8b62 · GitHub

Commit aef8b62

Browse files
chore: make weaviate dependency optional (#1381)
Signed-off-by: Johannes Messner <messnerjo@gmail.com>
1 parent 6e9510e commit aef8b62

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

‎poetry.lock‎

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hnswlib = {version = ">=0.6.2", optional = true }
2424
lz4 = {version= ">=1.0.0", optional = true}
2525
pydub = {version = "^0.25.1", optional = true }
2626
pandas = {version = ">=1.1.0", optional = true }
27-
weaviate-client = {version = ">=3.15", extras = ["weaviate"]}
27+
weaviate-client = {version = ">=3.15", optional = true}
2828
elasticsearch = {version = ">=7.10.1", optional = true }
2929
smart-open = {version = ">=6.3.0", extras = ["s3"], optional = true}
3030
jina-hubble-sdk = {version = ">=0.34.0", optional = true}
@@ -45,6 +45,7 @@ aws = ["smart-open"]
4545
torch = ["torch"]
4646
web = ["fastapi"]
4747
qdrant = ["qdrant-client"]
48+
weaviate = ["weaviate-client"]
4849

4950
# all
5051
full = ["protobuf", "lz4", "pandas", "pillow", "types-pillow", "av", "pydub", "trimesh"]

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL