Skip to content

Magus4450/Mental-Health-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mental Health Chatbot

Retrieval Augmented Generation (RAG) combines the power of LLMs with external knowledge base.

RAG

How to run

  1. Install Ollama and Mistral
curl -fsSL https://ollama.com/install.sh | sh
ollama run mistral
  1. Run Ollama
make llm
  1. Start Milvus (Docker should be running)
make start-milvus
  1. Create a virtual env and install requirements
conda create -n llm python==3.9.16
conda activate llm
pip install -r "requirements.txt"
  1. Run app
make streamlit-new # For first time
make streamlit # After vector db has been created

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published