基于React + FastAPI + LangChain + 通义千问的智能医疗问答系统,支持基于检索增强生成(RAG)的医疗知识问答。
☆74Mar 27, 2025Updated last year
Alternatives and similar repositories for ai-medical-assistant
Users that are interested in ai-medical-assistant are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 一个基于Langchain和Flask构建的AI大模型自动批改英语作文系统☆20Oct 7, 2025Updated 6 months ago
- ☆47Oct 5, 2025Updated 6 months ago
- RAG+ChatGPT+LangChain 搭建本地知识库文档问答系统☆87Jan 2, 2024Updated 2 years ago
- The official source code for Self-Guided Robust Graph Structure Refinement (SG-GSR) at WWW 2024 Research Track.☆17Apr 23, 2024Updated last year
- ☆28Jan 13, 2024Updated 2 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- HayLM是专门为儿童训练的大模型,通过对InternLM的训练和微调,结合儿童心理学、教育学以及对话风格的数据训练,实现与儿童的智能互动,并在交流过程中不断学习和适应用户特性,成为一个伴随儿童成长的虚拟朋友。☆16Feb 5, 2025Updated last year
- [KDD'24] Unifying Graph Convolution and Contrastive Learning in Collaborative Filtering☆14Sep 24, 2024Updated last year
- [KDD 2024] Revisiting Modularity Maximization for Graph Clustering: A Contrastive Learning Perspective☆19Jun 26, 2024Updated last year
- SpringBoot-Kai-Project-cli是基于SpringBoot的快速开发的模板,致力于快速上手开发SpringBoot项目 SpringBoot Kai Project cli is a template for rapid development base…☆17Dec 29, 2024Updated last year
- 基于MCP协议和LangChain框架实现的企业级AI多Agent多模态系统,包含RAG技术增强的知识检索能力。☆40Mar 10, 2025Updated last year
- 通过阅读论文Attention is all you need来复现Transformer模型☆12Aug 5, 2019Updated 6 years ago
- A stateful multi-agent travel service system built on LangChain & LangGraph. Features intelligent task delegation, permission control, an…☆54Jan 10, 2026Updated 2 months ago
- Code for "Graph Contrastive Learning with Cohesive Subgraph Awareness"☆20Feb 29, 2024Updated 2 years ago
- 多标签文本分类☆32Nov 19, 2021Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 基于deepseek开发的智能问答系统☆20Feb 19, 2025Updated last year
- Source code of "NeurIPS21 - Universal Graph Convolutional Networks"☆20Nov 18, 2021Updated 4 years ago
- 💼法律AI助手,法律RAG,通过全部200+本法律手册📖、网页搜索内容💻结合LLM回答你的问题,并且给出相应的法规和网站,基于⚡️ langchain,Gradio,openai,chroma,duckduckgo-search☆217Jan 22, 2024Updated 2 years ago
- source code for IJCAI 2023 accpeted Paper CSGCL:Community Strength Enhanced Graph Contrastive Learning☆16Mar 20, 2024Updated 2 years ago
- 基于RAG的知识问答系统,主要结合了 LLM、Langchain、提示工程、优化知识库结构和检索生成流程、vllm 推理优化框架等技术☆24Mar 12, 2025Updated last year
- The code of "Attribute and Structure preserving Graph Contrastive Learning" (AAAI 2023 oral)☆20Mar 14, 2025Updated last year
- python tkinter program for lucky draw☆15Dec 16, 2019Updated 6 years ago
- A curated list of graph learning papers, articles, tutorials, slides and projects☆31Sep 29, 2020Updated 5 years ago
- 📝 Summary of recommendation, advertising and search models.【推广搜技术汇总⭐】☆25Feb 2, 2023Updated 3 years ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- ☆32Oct 22, 2023Updated 2 years ago
- 共享苹果id、美国区id、日本区id 、韩国区id、香港区id 、国区id 、台湾区id 、俄区id 、加拿大区id 、新加坡区id 、海外苹果id服 Apple ID ios App Store账号及密码大全国外ID注册☆18Mar 29, 2023Updated 3 years ago
- source code of KDD 2022 paper "Reliable Representations Make A Stronger Defender: Unsupervised Structure Refinement for Robust GNN".☆28May 29, 2024Updated last year
- PyTorch Implementation for "Eliciting Structural and Semantic Global Knowledge in Unsupervised Graph Contrastive Learning" (AAAI2023)☆25Feb 12, 2025Updated last year
- 如需体验textin文档解析,请点击https://cc.co/16YSIy☆22Jul 9, 2024Updated last year
- A game server library for linux/windows(support TCP, UDP, HTTP(S) and Websocket,MySQL,redis) 一个简单但功能强大的跨平台(Win/Linux)游戏服务器框架.支持TCP,UDP,HT…☆65Feb 28, 2020Updated 6 years ago
- ☆23Apr 21, 2023Updated 2 years ago
- 在本项目中使用Haystack框架实现模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户…☆35Dec 21, 2024Updated last year
- EasyNN是一个面向教学而开发的神经网络推理框架,旨在让大家0基础也能自主完成推理框架编写!☆39Aug 26, 2024Updated last year
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- sqlgpt-parser is a Python implementation of an SQL parser that effectively converts SQL statements into Abstract Syntax Trees (AST). By l…☆34Apr 14, 2025Updated 11 months ago
- ☆734Jan 12, 2026Updated 2 months ago
- Collection of resources related with Graph Contrastive Learning.☆34Feb 2, 2021Updated 5 years ago
- 链家房屋数据爬虫以及数据分析☆19Sep 28, 2019Updated 6 years ago
- CLDG: Contrastive Learning on Dynamic Graphs (ICDE'23) | Learning dynamic graph representations through timespan view contrasts (NN'24)☆28Dec 18, 2024Updated last year
- [NeurIPS'24] The source code for "Beyond Redundancy: Information-aware Unsupervised Multiplex Graph Structure Learning".☆36Feb 13, 2025Updated last year
- 不规则图形的轮廓识别及其周长计算☆22May 23, 2018Updated 7 years ago