Skip to content

jacobweiss2305/bible-rag

Repository files navigation

bible-rag

Question and answering using unsupervised cluster rag methods and Phidata Assistant on the bible

Setup

  1. Install Python 3.10 or higher
  2. Install the required packages using pip:
pip install -r requirements.txt
  1. Set environment variables:
export PINECONE_API_KEY=YOUR_PINECONE_API_KEY
export OPENAI_API_KEY=YOUR_OPENAI_API_KEY
  1. Run the following scripts in order:
python 01_upload.py
python 02_cluster.py
python 03_query.py
  1. The script will output the answer to the user question.

About

Testing different rag methods on the bible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages