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 +