/COMS-579-NLP

Spring-24: Project repo for COM S 579: Natural Language Processing course.

Primary LanguagePython

RAG System

To run the project, please follow the steps included below. You also require API keys from Pinecone and OpenAI to run the project.

Installation

To install the dependencies required for this project, run the following command in your terminal or command prompt:

pip install -r requirements.txt

Upload

To run the script, run the following command:

python upload.py --pdf_file="LLMsCanbeEasilyDistracted.pdf"

Demonstration video of Milestone 1

Query

To run the script, run the following command:

python query.py --question="What is the summary of the paper?"

Demonstration video of Milestone 2