sahanes commited on
Commit
554a5be
Β·
verified Β·
1 Parent(s): 7a6a62b

Update chainlit.md

Browse files
Files changed (1) hide show
  1. chainlit.md +16 -8
chainlit.md CHANGED
@@ -1,14 +1,22 @@
1
- # Welcome to MentalMindBot! πŸš€πŸ€–
2
 
3
- Hello, Developer! πŸ‘‹ Welcome to the Mental Health Advisor Bot powered by cutting-edge Self-Reflection Agentic RAG Langgraph.
4
 
5
- ## Useful Information
6
 
7
- -**Qdrant:** Similarity Search Engine! (why?) because Parent-Document retriever works with Qdrant Indexing.
8
- -**Vector Store:** Leveraging Qdrant for seamless indexing of 10 Arxiv documents loaded. Once indexed, I retrieve answers in a flash!
9
- -**LLM:** ChatOpenAI gpt3.5-turbo empowered by customized prompt templates for accurate responses. system/user/assistant πŸ“š
10
- -**Langgraph:** agentic rag with a graph with helpfulness node and memory that decides which tools to use at its diposal: including arxiv, pubmed, ragtool, and duckduckgo_results_jsonπŸ’¬
11
- -**Chainlit:** The backbone of my assistant bot's deployment!πŸ€–
 
 
 
 
 
 
 
 
12
 
13
  ## AIMakerSpace
14
  Special thanks to the AI MakerSpace Team!
 
1
+ # 🧠 Welcome to MentalMindBot: Where AI Meets TLC! πŸ€—
2
 
3
+ Hello, Esteemed Code Wrangler! πŸ‘‹ You've just stumbled upon the Fortress of Solitude for the mentally stressed - our Mental Health Advisor Bot. It's powered by Self-Reflection Agentic RAG Langgraph, which is just a fancy way of saying "It thinks, therefore you don't have to!"
4
 
5
+ ## πŸ›  Our Arsenal of Sanity
6
 
7
+ - **Qdrant:** Our similarity search engine that's more accurate than your ex finding faults in you! It's the backbone of our Parent-Document retriever, because even AI needs good parenting.
8
+
9
+ - **Vector Store:** We've stuffed 10 Arxiv documents into Qdrant's big brain. It's like a library, but without the intimidating librarian shushing you.
10
+
11
+ - **LLM:** We're rolling with ChatOpenAI gpt3.5-turbo, seasoned with our secret sauce of prompt templates. It's like a therapist, but it won't judge you for eating ice cream for breakfast.
12
+
13
+ - **Langgraph:** Our agentic RAG with a graph so helpful, it makes your GPS look directionally challenged. It's got more tools than a Swiss Army knife, including arxiv, pubmed, ragtool, and duckduckgo_results_json. It's basically Google, but for your mental health.
14
+
15
+ - **Chainlit:** The unsung hero of our bot's deployment. It's the Red Bull that gives our AI wings! πŸš€
16
+
17
+ Remember, our bot is here to help, not to replace human interaction. It's like a rubber duck for your mental health - sometimes just talking to it can help you solve your own problems!
18
+
19
+ Now, go forth and query! May your mental health be as stable as a well-indexed database, and your stress levels as low as a forgotten TODO comment in legacy code. πŸŽ‰
20
 
21
  ## AIMakerSpace
22
  Special thanks to the AI MakerSpace Team!