/django-rag

A RAG Model based on Django Documentation

Primary LanguageJupyter Notebook

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