In this Repo I'm testing different RAG (Retrieval Augmented Generation) techniques.
Most of the Files are wrapped in a streamlit application so you can run the files with run streamlit ...
to test them out.
I'll be adding more stuff over time here
- Install dependencies
requierements.txt
- Create .env file and store your
OPENAI_API_KEY
andHUGGINGFACEHUB_API_KEY
if you want to use other models and embeddings other than OPEN AI
- run the File that you want to run