You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dsProject/dsLightRag/Doc/下一步需要研究的技术内容.txt

33 lines
1.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

一、深入学习LightRAG的维护
https://github.com/HKUDS/LightRAG/blob/main/README-zh.md
(1)根据文档构建的实体、块、关联关系的获取,维护,可视化展现
(2)增加实体和关系
(2)编辑实体和关系
(4)实体合并 (不同名称的实体合并,重新维护说明信息等)
黄海:
清晰合理的关系维护,是目前我看到比华为优秀的地方,华为提供的技术方案,都是直接以主体和文本块直接关联,这很显然是不对的,
三者 Entity+Chunk+Relation 之间的关系也是合理的。
二、LightRAG UI管理界面
https://github.com/HKUDS/LightRAG/tree/main/lightrag_webui
三、需要为文档入库提供两个工具:
1、音频转文字视频转文字
教程 | 用 openai 开源模型 whisper 实现音频转文字
https://www.53ai.com/news/OpenSourceLLM/2024071482650.html
2、PDF转office
吴缤测试的飞浆
吴缤上面两项需要制作DEMO
四、为初中数学学科打造可以解题的大模型
(1) QWen MathQWen VL 与 QVQ的使用
吴缤制作DEMO演示我们在初中数学方面取得了哪些进展
(2) 可否与知识库通过多次交互,逐步分解题目,再提取知识库中提到的关键点,引导大模型进行多次深度分析,以达到提高解题能力的目标。
TODO