This repo and its contents are for Chapman University students of MGSC 310: Statistical Models for Business Analytics (Introduction to Machine Learning)
- docker pull qdrant/qdrant
- run docker in tmux so as to ensure it's still running
tmux new-se ssion -s "class"
-
- WebUI
- pythonAPI
docker run -p 6333:6333 -p 6334:6334 \ -v $(pwd)/qdrant_storage:/qdrant/storage:z \ qdrant/qdrant