Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
1 |
+
---
|
2 |
+
title: Medical Chatbot using RAG
|
3 |
+
sdk: streamlit
|
4 |
+
emoji: 📚
|
5 |
+
app_file: app.py
|
6 |
+
---
|
7 |
# Medical Chatbot using RAG
|
8 |
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.
|