Veda0718 commited on
Commit
f949ecb
·
verified ·
1 Parent(s): c641849

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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.