update reqs
This commit is contained in:
parent
d0734b119a
commit
17faf065e5
2 changed files with 2 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ offline-storage = [
|
||||||
"pymongo>=4.0.0,<5.0.0",
|
"pymongo>=4.0.0,<5.0.0",
|
||||||
"asyncpg>=0.29.0,<1.0.0",
|
"asyncpg>=0.29.0,<1.0.0",
|
||||||
"qdrant-client>=1.7.0,<2.0.0",
|
"qdrant-client>=1.7.0,<2.0.0",
|
||||||
|
"pyTigerGraph>=1.9.0,<2.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
offline-llm = [
|
offline-llm = [
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,6 @@ asyncpg>=0.29.0,<1.0.0
|
||||||
neo4j>=5.0.0,<7.0.0
|
neo4j>=5.0.0,<7.0.0
|
||||||
pymilvus>=2.6.2,<3.0.0
|
pymilvus>=2.6.2,<3.0.0
|
||||||
pymongo>=4.0.0,<5.0.0
|
pymongo>=4.0.0,<5.0.0
|
||||||
|
pyTigerGraph>=1.9.0,<2.0.0
|
||||||
qdrant-client>=1.7.0,<2.0.0
|
qdrant-client>=1.7.0,<2.0.0
|
||||||
redis>=5.0.0,<8.0.0
|
redis>=5.0.0,<8.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue