Skip to content

Commit a0751b8

Browse files
committed
[req update][update nebula version]
1 parent 335aa70 commit a0751b8

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

docker_build.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

muagent/httpapis/ekg_construct/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
#
1313
def init_app(llm, embeddings, ekg_construct_service: EKGConstructService):
14-
# def init_app(llm, embeddings):
1514

1615
app = FastAPI()
1716

muagent/service/ekg_construct/ekg_construct_base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
import time
1717

18-
19-
2018
from muagent.schemas.ekg import *
2119
from muagent.schemas.db import *
2220
from muagent.schemas.common import *
@@ -153,7 +151,7 @@ def init_gb(self, do_init: bool=None):
153151
self.gb: GBHandler = gb_class(self.gb_config)
154152

155153
initialize_space = True # True or False
156-
if initialize_space:
154+
if initialize_space and self.gb_config.gb_type=="NebulaHandler":
157155
# 初始化space
158156
# self.gb.drop_space('client')
159157
self.gb.create_space('client')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#
3939
"chromadb==0.4.17",
4040
"javalang==0.13.0",
41-
"nebula3-python==3.1.0",
41+
"nebula3-python==3.8.2",
4242
"SQLAlchemy==2.0.19",
4343
"redis==5.0.1",
4444
"pydantic<=1.10.14",

0 commit comments

Comments
 (0)