Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 505 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 505 Bytes

Django-RAG

Banner

Steps

  1. Clone the repository

  2. Install the requirements

    poetry install
  3. Run the injest.ipynb notebook

  4. Run the streamlit app

    poetry run streamlit run app.py
  5. Open your browser and navigate to http://localhost:8501