|
|
|
@ -108,7 +108,6 @@ def search_related_data(query):
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
|
|
#user_query = input("请输入您的查询要求:")
|
|
|
|
|
user_query = "整理云南省初中在校生情况文档"
|
|
|
|
|
user_query = "帮我根据“设计投篮的故事”写一篇教案"
|
|
|
|
|
report = process_query(user_query)
|
|
|
|
|
print("\n=== 生成的报告 ===\n")
|
|
|
|
|
print(report)
|