Skip to content

基于AI大语言模型和RAG技术的药品使用智能问答助手

License

Notifications You must be signed in to change notification settings

beidou987/MediGuide-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MediGuide-AI

基于大模型和RAG技术的药品使用智能问答助手

项目简介

MediGuide-AI 是一个智能药品使用助手,通过结合大模型和检索增强生成(RAG)技术,为用户提供准确的药品使用指导。

功能特点

  • 药品基本信息查询
  • 智能问答系统
  • 基于RAG的精准检索

技术架构

  • 基础模型:InternLM
  • 知识检索:LlamaIndex
  • 向量数据库:Chroma
  • Web界面:Streamlit

快速开始

(待补充)

项目结构

MediGuide-AI/ ├── data/ │ ├── raw/ # 原始数据(说明书、FAQ等) │ └── processed/ # 处理后的数据 ├── src/ │ ├── data_processing/ # 数据处理脚本 │ ├── model/ # 模型相关代码 │ ├── retrieval/ # RAG检索相关代码 │ └── web/ # Web界面代码 ├── docs/ # 文档 ├── tests/ # 测试代码 ├── config/ # 配置文件 └── README.md # 项目说明

贡献指南

(待补充)

许可证

本项目采用 MIT 许可证

About

基于AI大语言模型和RAG技术的药品使用智能问答助手

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published