From 41c0b57b4420d00643d46373c144bb33452bf5b8 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Sat, 12 Jul 2025 19:02:29 +0800 Subject: [PATCH 1/3] 'commit' --- ...L Storages · Issue #1244 · HKUDS_LightRAG.pdf} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename dsLightRag/Doc/{[Feature Suggestion]_ Change _ Pass Workspace Name in PgSQL Storages · Issue #1244 · HKUDS_LightRAG.pdf => 9、[Feature Suggestion]_ Change _ Pass Workspace Name in PgSQL Storages · Issue #1244 · HKUDS_LightRAG.pdf} (100%) diff --git a/dsLightRag/Doc/[Feature Suggestion]_ Change _ Pass Workspace Name in PgSQL Storages · Issue #1244 · HKUDS_LightRAG.pdf b/dsLightRag/Doc/9、[Feature Suggestion]_ Change _ Pass Workspace Name in PgSQL Storages · Issue #1244 · HKUDS_LightRAG.pdf similarity index 100% rename from dsLightRag/Doc/[Feature Suggestion]_ Change _ Pass Workspace Name in PgSQL Storages · Issue #1244 · HKUDS_LightRAG.pdf rename to dsLightRag/Doc/9、[Feature Suggestion]_ Change _ Pass Workspace Name in PgSQL Storages · Issue #1244 · HKUDS_LightRAG.pdf From 9873b2b7520ad65d9c8c94a9b763668c94293553 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Sat, 12 Jul 2025 20:43:13 +0800 Subject: [PATCH 2/3] 'commit' --- .../下一步需要研究的技术内容.txt | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dsLightRag/Doc/下一步需要研究的技术内容.txt diff --git a/dsLightRag/Doc/下一步需要研究的技术内容.txt b/dsLightRag/Doc/下一步需要研究的技术内容.txt new file mode 100644 index 00000000..6ae62ea5 --- /dev/null +++ b/dsLightRag/Doc/下一步需要研究的技术内容.txt @@ -0,0 +1,20 @@ +一、深入研究Postgresql中向量库+图数据库的使用 + +1、向量库的使用 +PostgreSQL - pgvector 插件构建向量数据库并进行相似度查询 +https://blog.csdn.net/fenglingguitar/article/details/142357092 + +2、Python中使用PostgreSQL和Apache AGE扩展来绘制和显示图表 +https://blog.csdn.net/u014158430/article/details/144942197 + + +二、需要为文档入库提供两个工具: + +1、音频转文字(视频转文字) +教程 | 用 openai 开源模型 whisper 实现音频转文字 +https://www.53ai.com/news/OpenSourceLLM/2024071482650.html + +2、PDF转office +Python简单使用MinerU +https://blog.csdn.net/make_progress/article/details/145802697 + From a1514a4667cf4f0bed4255f856a92ce935488722 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Sat, 12 Jul 2025 21:20:48 +0800 Subject: [PATCH 3/3] 'commit' --- .../下一步需要研究的技术内容.txt | 35 +++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/dsLightRag/Doc/下一步需要研究的技术内容.txt b/dsLightRag/Doc/下一步需要研究的技术内容.txt index 6ae62ea5..2ca59726 100644 --- a/dsLightRag/Doc/下一步需要研究的技术内容.txt +++ b/dsLightRag/Doc/下一步需要研究的技术内容.txt @@ -1,4 +1,28 @@ -一、深入研究Postgresql中向量库+图数据库的使用 +一、目前完全依赖于Postgresql的存储方案可能存在性能上的问题 +https://github.com/HKUDS/LightRAG/issues/1277 + +PostgreSQL AGE performance issues have been resolved since v1.3.3. You can pull the latest version from the main branch and give it a try. +However, for large-scale deployments, however, we recommend using Neo4j. + +翻译:PostgreSQL AGE的性能问题已经在V1.3.3中解决(我们使用的是V1.3.9>V1.3.3) +但是,对于大规模的数据,我们推荐使用Neo4j! + +这就意味着,我们需要继续研究向Neo4j进行迁移的问题。 + + +https://github.com/HKUDS/LightRAG/issues/1363 +此外,LightRAG 的 PostgreSQL 存储实现目前存在一些尚未解决的性能问题,尤其是在 AGE 图存储方面。我们建议使用 MonogoDB 来处理 KV 和 Vector 数据,并使用 Neo4j 作为图存储解决方案。 +LightRAG 与 Neo4j 社区版无缝运行。 + + +Lightrag mongo 示例不存储数据 #843 +https://github.com/HKUDS/LightRAG/issues/843 + +修复 mongo 文档状态 #1160 +https://github.com/HKUDS/LightRAG/pull/1160 + + +二、深入研究Postgresql中向量库+图数据库的使用 1、向量库的使用 PostgreSQL - pgvector 插件构建向量数据库并进行相似度查询 @@ -8,8 +32,15 @@ https://blog.csdn.net/fenglingguitar/article/details/142357092 https://blog.csdn.net/u014158430/article/details/144942197 -二、需要为文档入库提供两个工具: +三、深入学习LightRAG的维护 +https://github.com/HKUDS/LightRAG/blob/main/README-zh.md +(1)编辑实体和关系 +(2)删除功能 +(3)实体合并 +(4) 尝试用python+postgresql+age 绘制出指定主题的知识图谱 + +四、需要为文档入库提供两个工具: 1、音频转文字(视频转文字) 教程 | 用 openai 开源模型 whisper 实现音频转文字 https://www.53ai.com/news/OpenSourceLLM/2024071482650.html