合并Dev分支代码

This commit is contained in:
wanyaokun
2024-08-30 10:49:05 +08:00
parent e9ccd7db35
commit 73565b26e4
16 changed files with 486 additions and 409 deletions
+1 -3
View File
@@ -19,9 +19,7 @@ def main():
init_settings()
init_observability()
indexs = get_index()
if len(indexs) > 0:
index = list(indexs.values())[0]
index = get_index()
top_k = 5
filters = generate_filters([])