- 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
-
Run the requirements file for installing the packages
-
Run the streamlit file for the demo
streamlit run Intro.py