Harrison/nebula graph (#5865)

Co-authored-by: Wey Gu <weyl.gu@gmail.com>
Co-authored-by: chenweisomebody <chenweisomebody@gmail.com>
This commit is contained in:
Harrison Chase
2023-06-07 21:56:43 -07:00
committed by GitHub
parent 658f8bdee7
commit 35cfd25db3
9 changed files with 712 additions and 4 deletions

View File

@@ -104,6 +104,7 @@ bibtexparser = {version = "^1.4.0", optional = true}
singlestoredb = {version = "^0.6.1", optional = true}
pyspark = {version = "^3.4.0", optional = true}
tigrisdb = {version = "^1.0.0b6", optional = true}
nebula3-python = {version = "^3.4.0", optional = true}
langchainplus-sdk = ">=0.0.6"
@@ -283,7 +284,7 @@ all = [
"azure-cognitiveservices-speech",
"momento",
"singlestoredb",
"tigrisdb"
"nebula3-python",
]
# An extra used to be able to add extended testing.