Skip to content

PatrickDinh/fairy-tales-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Retrieval-Augmented Generation (RAG) chatbot powered by Llama3.

This is a fairy tales chatbot.

Prerequisites

Install dependencies

Run the below command in the project root directory to create a Python virtual environment and install the required dependencies.

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Load documents

To load the document into Chrome database, run the below command.

python load_documents.py

Run the chatbot

To run the chatbot, run the below command.

streamlit run start_chatbot.py

Then open http://localhost:8501 in your web browser to see the chatbot in action.

Happy chatting!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages