MedicalReviewAgent 不想看文献 📚 #767
jabberwockyang
started this conversation in
project
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MedicalReviewAgent
项目概述
流程图
基本上就是在上海AIlab的茴香豆上面改的 这里主要讲解使用流程 架构和茴香豆一样 茴香豆架构
文献库和知识库构建
人机合作写文章
功能
模型服务配置
文献查找+数据库生成
写综述
亮点
高效的文献查找和管理
灵活的数据库生成
智能的综述生成
用户友好界面
远程和本地模型支持
安装运行
新建conda环境
拉取github仓库
git clone https://github.com/jabberwockyang/MedicalReviewAgent.git cd MedicalReviewAgent pip install -r requirements.txt
huggingface-cli下载模型(optional, 第一次调用的时候hf会下载,但是可能有墙)
启动服务
gradio在本地7860端口运行
技术要点
基于茴香豆加了几个功能
本地和远程模型灵活配置
文献搜索和文本清洗
基于Ragflow的deepdoc库的PDF识别
chunk size可调的数据库生成
嵌入kmeans聚类
基于LLM的聚类内容标注
基于LLM的子问题生成
基于LLM的综述生成
gradio前端
TODO
感谢
Beta Was this translation helpful? Give feedback.
All reactions