Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 418 Bytes

INSTRUCTIONS TO RUN

  1. Start the docker container for qdrant by running (See more instructions here)
docker run -p 6333:6333 \
    -v $(pwd)/path/to/data:/qdrant/storage \
    qdrant/qdrant
  1. Run the requirements file for installing the packages

  2. Run the streamlit file for the demo

streamlit run Intro.py