├── .DS_Store ├── Code ├── .DS_Store ├── AutoQAG.py └── ImportData2TaskingAI.py ├── Data ├── .DS_Store ├── AI_DA.json └── testdata.txt ├── Figure ├── .DS_Store ├── RAG管理主页面.png ├── 上传JSON文件到Collection.png ├── 下载集合内容为JSON文件.png ├── 插入新创建的知识库.png ├── 插入现有知识库.png ├── 插入知识库成功.png ├── 支持多个文件上传.png ├── 文件上传与QA对生成.png ├── 没有生成QA时无法插入.png └── 生成的QA对预览.png ├── LICENSE ├── README.md └── requirements.txt /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/.DS_Store -------------------------------------------------------------------------------- /Code/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Code/.DS_Store -------------------------------------------------------------------------------- /Code/AutoQAG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Code/AutoQAG.py -------------------------------------------------------------------------------- /Code/ImportData2TaskingAI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Code/ImportData2TaskingAI.py -------------------------------------------------------------------------------- /Data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Data/.DS_Store -------------------------------------------------------------------------------- /Data/AI_DA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Data/AI_DA.json -------------------------------------------------------------------------------- /Data/testdata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Data/testdata.txt -------------------------------------------------------------------------------- /Figure/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/.DS_Store -------------------------------------------------------------------------------- /Figure/RAG管理主页面.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/RAG管理主页面.png -------------------------------------------------------------------------------- /Figure/上传JSON文件到Collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/上传JSON文件到Collection.png -------------------------------------------------------------------------------- /Figure/下载集合内容为JSON文件.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/下载集合内容为JSON文件.png -------------------------------------------------------------------------------- /Figure/插入新创建的知识库.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/插入新创建的知识库.png -------------------------------------------------------------------------------- /Figure/插入现有知识库.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/插入现有知识库.png -------------------------------------------------------------------------------- /Figure/插入知识库成功.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/插入知识库成功.png -------------------------------------------------------------------------------- /Figure/支持多个文件上传.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/支持多个文件上传.png -------------------------------------------------------------------------------- /Figure/文件上传与QA对生成.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/文件上传与QA对生成.png -------------------------------------------------------------------------------- /Figure/没有生成QA时无法插入.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/没有生成QA时无法插入.png -------------------------------------------------------------------------------- /Figure/生成的QA对预览.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/Figure/生成的QA对预览.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxb96/RAG-QA-Generator/HEAD/requirements.txt --------------------------------------------------------------------------------