support Oracle Database storage

This commit is contained in:
jin
2024-11-08 16:12:58 +08:00
parent 32cf860b83
commit 5e9d19d5a3
3 changed files with 8 additions and 15 deletions

View File

@@ -116,7 +116,7 @@ async def main():
modes = ["naive", "local", "global", "hybrid"]
for mode in modes:
print("="*20, mode, "="*20)
print(await rag.aquery("这个文章讲了什么?", param=QueryParam(mode=mode)))
print(await rag.aquery("What are the top themes in this story?", param=QueryParam(mode=mode)))
print("-"*100, "\n")
except Exception as e: