Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
|
|
|
|
|
|
1 |
---
|
2 |
-
title: Medical
|
3 |
emoji: 📈
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
|
|
1 |
+
# Medical Chatbot using RAG
|
2 |
+
This project is a Medical Chatbot application built using Streamlit as the web framework and LangChain to implement a **Retrieval-Augmented Generation (RAG)** pipeline for answering medical queries based on a custom knowledge base.
|
3 |
+
|
4 |
---
|
5 |
+
title: Medical ChatBot_RAG
|
6 |
emoji: 📈
|
7 |
colorFrom: pink
|
8 |
colorTo: blue
|