This commit is contained in:
2025-08-26 15:11:19 +08:00
parent 0817c53446
commit 71476a8eab

View File

@@ -143,11 +143,11 @@ async def main():
# 查询处理后的内容
# 纯文本查询 - 基本知识库搜索
text_result = await rag.aquery(
"文档的主要内容是什么?",
mode="hybrid"
)
print("文本查询结果:", text_result)
# text_result = await rag.aquery(
# "文档的主要内容是什么?",
# mode="hybrid"
# )
# print("文本查询结果:", text_result)
if __name__ == "__main__":