Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 728 Bytes

File metadata and controls

24 lines (20 loc) · 728 Bytes

llama3-rag-chat-with-mysql-database

Description

In this video tutorial I will show you how you can use streamlit, Ollama llama3 model and MySQL database to create a chatbot that can answer questions from the database.

Video Tutorial

Watch the video

Installation

  1. Clone the repository
  2. Install the required libraries
pip install -r requirements.txt
  1. Run the app
streamlit run app.py

Useful links