Chat anything about the documents that you provided. This is using open source LLM models by Meta: Llama 3
Install the required dependencies in the requirements.txt
Get your groq API Key. Obtain API KEY here
Set environment variable GROQ_API_KEY:
export GROQ_API_KEY="your_api_key"
Go to the /data directory and upload your documents.
run the populate_database script:
python populate_database.py
streamlit run queryprompt.py