Logo Lanfrica

HQhanqiZHQ/uganda_rag_chatbot

Domain:

healthcare

Record type:

software
Creator:
HQh
Host:
Demo Video on a simple Uganda Clinical Guidline Chatbot (RAG) ```git clone ``` ```conda env create -f environment.yml``` ```conda activate uganda-rag``` The LM Studio(Local) model is llama-3.2-3b-instruct. The GPT model is GPT-4 (create a .env file in the root folder of the git repo, put your OPENAI_API_KEY=XXXX there) Open LM Studio, load the llama-3.2-3b-instruct model, then go to the git repo. ------------------- Make sure your dockerdesktop is open. In the root directory, run ```docker run -p 8080:8000 -v $(pwd)/chroma_data:/chroma/chroma chromadb/chroma``` Open another new terminal, run ```python -m src.api.main``` Go to your browser ```localhost```