main
HuangHai 2 weeks ago
parent f2f714748f
commit f1513355ed

@ -108,11 +108,11 @@ async def main():
# 调用LightRAG的代码包括:1、创建索引2、查询知识库不应该放在这个模块中完成这里只需要完成到文本解析完成即可。
# Query the processed content
# Pure text query - for basic knowledge base search
text_result = await rag.aquery(
"这个文档是做什么用的?",
mode="hybrid"
)
print("Text query result:", text_result)
# text_result = await rag.aquery(
# "这个文档是做什么用的?",
# mode="hybrid"
# )
# print("Text query result:", text_result)
# # Multimodal query with specific multimodal content
# multimodal_result = await rag.aquery_with_multimodal(

@ -94,7 +94,7 @@ async def load_existing_lightrag():
# 查询已存在的知识库
result = await rag.aquery(
"这个 LightRAG 实例中处理了哪些数据",
"黄琬乔的准考证信息告诉我一下",
mode="hybrid"
)
print("查询结果:", result)

@ -161,6 +161,26 @@
"embedding_min": null,
"embedding_max": null,
"original_prompt": "这个 LightRAG 实例中处理了哪些数据?"
},
"acce9b7b1b16929c11da762303f7083f": {
"return": "{\"high_level_keywords\": [\"\\u4e2a\\u4eba\\u4fe1\\u606f\", \"\\u8003\\u8bd5\\u4fe1\\u606f\"], \"low_level_keywords\": [\"\\u9ec4\\u742c\\u4e54\", \"\\u51c6\\u8003\\u8bc1\"]}",
"cache_type": "keywords",
"chunk_id": null,
"embedding": null,
"embedding_shape": null,
"embedding_min": null,
"embedding_max": null,
"original_prompt": "黄琬乔的准考证信息告诉我一下?"
},
"9ce8581b308c488cf1c7969e207f21d9": {
"return": "根据提供的知识图谱和文档内容以下是黄琬乔的第十四届蓝桥杯大赛青少组C++初级组准考证详细信息:\n\n### 个人信息\n- **姓名**: 黄琬乔 \n- **证件类型**: 身份证号 \n- **证件号码**: 220105201212060427出生日期2012年12月6日参赛时约10岁 \n\n### 比赛信息\n- **准考证号**: 2305C10579\"2305\"可能表示2023年5月比赛 \n- **比赛名称**: 第十四届蓝桥杯大赛青少组C++初级组 \n- **比赛时间**: 2023年5月14日 10:00~11:3090分钟 \n- **比赛网址**: http://kao.lanqiaoqingshao.cn \n\n### 登录凭证\n- **登录名**: Ianqiao \n- **密码**: 542t96 \n\n### 其他关联信息\n- **主办方**: 蓝桥杯大赛组织委员会 \n- **技术环境要求**: 需安装C++5.1.1以上版本的IDE与初级组对应 \n- **防作弊措施**: 需全程启用“微考试助手”监控工具 \n\n### 注意事项\n1. 需提前登录系统测试环境(自准考证下载日起开放公测) \n2. 设备要求带前置摄像头和麦克风的电脑Win10+/MAC OS10.9+及备用手机安装微信8.0.30+ \n3. 迟到30分钟将取消资格 \n\n---\n\n**References**: \n[KG] 黄琬乔2023蓝桥杯省赛准考证.pdf \n[DC] 黄琬乔2023蓝桥杯省赛准考证.pdf (Table Analysis & 注意事项)",
"cache_type": "query",
"chunk_id": null,
"embedding": null,
"embedding_shape": null,
"embedding_min": null,
"embedding_max": null,
"original_prompt": "黄琬乔的准考证信息告诉我一下?"
}
}
}
Loading…
Cancel
Save