QA_chatbot_llamaIndex_Google_Gemini

MIT License

Stars
0
Committers
2

QA_chatbot_llamaIndex_Google_Gemini

this is the simplest QA CHATBOT

HOW TO RUN

Create Virtual Env

  • create conda -p venv=python=3.9.19 # if missmatch the python version you may encounter the error

  • pip install -r requirements.txt

Set the GOOGLE_API_KEY

  • set GOOGLE_API_KEY = "" or export GOOGLE_API_KEY = ""

this is steamlitApp so run the command

  • streamlit run StreamlitApp.py