ForestDake / RAG_simp_DEMO
Simple Example for RAG, with reading pdf files and then stored in DB. And with query, the corresponding context will be found and built for prompt input to get answer.
☆28Updated 11 months ago
Alternatives and similar repositories for RAG_simp_DEMO:
Users that are interested in RAG_simp_DEMO are comparing it to the libraries listed below
- ☆85Updated 3 weeks ago
- 基于大语言模型的检索增强生成RAG示例☆137Updated 3 months ago
- ChatGPT WebUI using gradio. 给 LLM 对话和检索知识问答RAG提供一个简单好用的Web UI界面☆122Updated 7 months ago
- 本项目是针对RAG中的Retrieve阶段的召回技术及算法效果所做评估实验。使用主体框架为LlamaIndex.☆232Updated 3 months ago
- qwen ai agent☆130Updated last year
- 专注于对话系统领域的技术分享,重点写《Dify应用操作和源码剖析》专栏。☆89Updated 8 months ago
- 基于开源embedding模型的中文向量效果测试☆136Updated last year
- 大模型预训练中文语料清洗及质量评估 Large model pre-training corpus cleaning☆56Updated 8 months ago
- ☆58Updated 4 months ago
- FinQwen: 致力于构建一个开放、稳定、高质量的金融大模型项目,基于大模型搭建金融场景智能问答系统,利用开源开放来促进「AI+金融」。☆362Updated 9 months ago
- RAG向量召回示例☆117Updated last year
- kbqa,langchain,large langauge model, chatgpt☆79Updated 5 months ago
- 从小说中提取对话数据集☆175Updated 9 months ago
- GraphRAG的应用实例,项目特点在于提供了替换OpenAI模型的方法,并通过修改原有提示和切分文档的方法,提高了GraphRAG处理中文内容的能力。☆131Updated 5 months ago
- 快速入门RAG与私有化部署☆163Updated 11 months ago
- 一些大语言模型和多模态模型的应用,主要包括Rag,小模型,Agent,跨模态搜索,OCR等等☆158Updated 4 months ago
- ☆60Updated last year
- A Multi-modal RAG Project with Dataset from Honor of Kings, one of the most popular smart phone games in China☆63Updated 7 months ago
- 通义千问VLLM推理部署DEMO☆556Updated last year
- chatglm3base模型的有监督微调SFT☆74Updated last year
- 本项目为书籍《大模型RAG实战》的代码以及资料汇总。☆167Updated 4 months ago
- PDF解析(文字,章节,表格,图片,参考),基于大模型(ChatGLM2-6B, RWKV)+langchain+streamlit的PDF问答,摘要,信息抽取☆191Updated last year
- Alpaca Chinese Dataset -- 中文指令微调数据集☆193Updated 5 months ago
- RAG-QA-Generator 是一个用于检索增强生成(RAG)系统的自动化知识库构建与管理工具 。该工具通过读取文档数据,利用大规模语言模型生成高质量的问答对(QA对),并将这些数据插入数据库中,实现RAG系统知识库的自动化构建和管理。☆144Updated 3 months ago
- Generate dialog data from documents using LLM like ChatGLM2 or ChatGPT;利用ChatGLM2,ChatGPT等大模型根据文档生成对话数据集☆154Updated last year
- 中文大模型微调(LLM-SFT), 数学指令数据集MWP-Instruct, 支持模型(ChatGLM-6B, LLaMA, Bloom-7B, baichuan-7B), 支持(LoRA, QLoRA, DeepSpeed, UI, TensorboardX), 支持(微…☆189Updated 10 months ago
- ☆67Updated 9 months ago
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆117Updated 6 months ago
- A simple, easy-to-hack GraphRAG implementation☆13Updated 6 months ago
- 大模型技术栈一览☆91Updated 6 months ago