https://github.com/am-ankitgit/qa_chatbot_llamaindex_google_gemini
https://github.com/am-ankitgit/qa_chatbot_llamaindex_google_gemini
emebeded gemini-api google llama llm pdf-document python rag retrival-augmented-generation stramlit vectorstore
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/am-ankitgit/qa_chatbot_llamaindex_google_gemini
- Owner: AM-Ankitgit
- License: mit
- Created: 2024-08-24T15:23:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T04:34:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T17:41:35.091Z (over 1 year ago)
- Topics: emebeded, gemini-api, google, llama, llm, pdf-document, python, rag, retrival-augmented-generation, stramlit, vectorstore
- Language: Jupyter Notebook
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`



















