split by 1.2 first then split by 1.23
This commit is contained in:
wvivi2023 2023-11-14 18:10:41 +08:00
parent 60a12c05f6
commit a59767711b
3 changed files with 41 additions and 13 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -44,6 +44,8 @@ class FaissKBService(KBService):
def do_init(self):
self.kb_path = self.get_kb_path()
self.vs_path = self.get_vs_path()
print(f"*******self.kb_path*******:{self.kb_path}")
print(f"*******self.vs_path*******:{self.vs_path}")
def do_create_kb(self):
if not os.path.exists(self.vs_path):

File diff suppressed because one or more lines are too long