Retrieval-Augmented Generation (RAG), FAISS (Facebook AI Similarity Search), Flask.
-
Download the Project: Either download as zip and extract the project files or clone the repository using Git.
-
Set Up the Environment: Open a terminal, navigate to the project directory, and run the following commands to set up the environment:
conda env create -f environment.yml conda activate dip_all
-
Add OpenAI Key:In the
.envfile, write your OpenAI API key like this:OPENAI_API_KEY="your-openai-key" -
Start the Application:
python run.py
-
Access the Application: Open any HTML page with browser, and start interacting by asking questions.