logan-zou / Chat_with_Datawhale_langchainLinks
☆383Updated last year
Alternatives and similar repositories for Chat_with_Datawhale_langchain
Users that are interested in Chat_with_Datawhale_langchain are comparing it to the libraries listed below
Sorting:
- This is a multi agent tutorial based on the CAMEL framework, aimed at understanding how to build an Agent Society from the ground up!☆606Updated last month
- 制作懂人情世故的大语言模型 | 涵盖提示词工程、RAG、Agent、LLM微调教程☆1,594Updated 6 months ago
- 一个基于langchain实现RAG的简单示例☆577Updated 5 months ago
- 基于RAG的私有知识库问答系统☆378Updated 11 months ago
- 本项目为书籍《大模型RAG实战》的代码以及资料汇总。☆260Updated 11 months ago
- ☆751Updated 3 weeks ago
- A simple and trans-platform rag framework and tutorial☆222Updated 2 months ago
- A simple and trans-platform agent framework and tutorial☆192Updated last week
- 本项目旨在分享人工智能相关应用技术以及实战经验,包括大模型、语音合成、数字人、图像生成等。☆270Updated last year
- 一个简单的多模态RAG项目☆246Updated 6 months ago
- ☆234Updated 5 months ago
- 企业级RAG系统从入门到精通☆583Updated 4 months ago
- 本项目设计了一个基于 RAG 与大模型技术的医疗问答系统,利用 DiseaseKG 数据集与 Neo4j 构 建知识图谱,结合 BERT 的命名实体识别和 34b 大模型的意图识别,通过精确的知识检索和问答生成, 提升系统在医疗咨询中的性能,解决大模型在医疗领域应用的可…☆911Updated last year
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->