Tan Gezerman commited on
Commit
2ea1849
Β·
verified Β·
1 Parent(s): 5021aeb

Update chainlit.md

Browse files
Files changed (1) hide show
  1. chainlit.md +11 -7
chainlit.md CHANGED
@@ -1,14 +1,18 @@
1
- # Welcome to ChatMedic! πŸš€πŸ€–
2
 
3
- Hi there, Developer! πŸ‘‹ We're excited to have you on board. Chainlit is a powerful tool designed to help you prototype, debug and share applications built on top of LLMs.
4
 
5
  ## Useful Links πŸ”—
6
 
7
- - **Documentation:** Get started with our comprehensive [Chainlit Documentation](https://docs.chainlit.io) πŸ“š
8
- - **Discord Community:** Join our friendly [Chainlit Discord](https://discord.gg/k73SQ3FyUh) to ask questions, share your projects, and connect with other developers! πŸ’¬
9
 
10
- We can't wait to see what you create with Chainlit! Happy coding! πŸ’»πŸ˜Š
11
 
12
- ## Welcome screen
13
 
14
- To modify the welcome screen, edit the `chainlit.md` file at the root of your project. If you do not want a welcome screen, just leave this file empty.
 
 
 
 
 
1
+ # Welcome to MedBot! πŸ₯πŸ€–
2
 
3
+ Hi there, Health Enthusiast! πŸ‘‹ We're thrilled to have you here. MedBot is a cutting-edge medical chatbot designed to assist you with health-related queries using the power of Retrieval-Augmented Generation (RAG).
4
 
5
  ## Useful Links πŸ”—
6
 
7
+ - **Documentation:** Start with our detailed [MedBot Documentation](https://docs.medbot.io) πŸ“š
8
+ - **Community Support:** Join our supportive [MedBot Community](https://discord.gg/healthbot) to ask questions, share your experiences, and connect with fellow users! πŸ’¬
9
 
10
+ We're excited to help you on your journey to better health with MedBot! Happy studying! πŸ’»πŸ˜Š
11
 
12
+ ## How to Use MedBot with RAG
13
 
14
+ MedBot uses RAG to provide accurate and contextually relevant answers to your medical questions. To get started, simply type your message following this format:
15
+
16
+ - **Example message:** `-rag What are the symptoms of diabetes?`
17
+
18
+ MedBot will retrieve relevant information from trusted medical sources and generate a helpful response just for you!