Skip to content

Siddhesh-Agarwal/django-rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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