RAG Implementation using Langchain, FAISS, Google Gemini Pro-1.5
This project is initialized using pdm
. To learn more about pdm
please refer to pdm documentation
- Install
pdm
using the command:pip install pdm
- Then initialize a blank project using the command
pdm init
. This will provide a bunch of prompts to fill, after which a template is created for you.
- You will have to create a
.env
file in the root of your repo and include the following
GOOGLE_API_KEY = <YOUR_API_KEY>
- After installing the required packages, run
pdm run streamlit run app.py
to run the streamlit app.