To test each model we used the Sample Midterm Questions provided by Professor Fontenot
- To run class_rag click embedding > class_rag
- run ingest.py, then search.py
- To run miniLm click embedding > mini_LM > main_miniLM.py
- From there you can run Redis, Faiss, and ChromaDB
- To run mpnet click embedding > mpnet > main.py
- From there you can run Redis, Faiss, and ChromaDB
Some libaries that need to be installed
- pip install -U sentence-transformers
- pip install pypdf2
- ollama pull llama2