Skip to content

CHEN1594/RAGsys--CourseSeek

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIP

Technology Stack

Retrieval-Augmented Generation (RAG), FAISS (Facebook AI Similarity Search), Flask.

How to run?

  1. Download the Project: Either download as zip and extract the project files or clone the repository using Git.

  2. 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
  3. Add OpenAI Key:In the .env file, write your OpenAI API key like this:

    OPENAI_API_KEY="your-openai-key"
  4. Start the Application:

    python run.py
  5. Access the Application: Open any HTML page with browser, and start interacting by asking questions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 61.4%
  • Jupyter Notebook 37.8%
  • Other 0.8%