This demo provides a simple Python/Flask application that injects and fetches data from/to a Qdrant database.
The application is a modified version of the Local Quickstart.
The database needs to be provisioned through Codesphere Markplace by deploying the
- Name:
- Image: `qdrant/qdrant"
- Datacenter:
- Public port:
6333 - Run command:
- No env var needed
- Smallest plan will do
When the docker image is up, paste the URL into the .env file as QDRANDT_HOST=<DOCKER_URL>:443.
The port is needed since the Docker deployment will have the port 443 mapped to the specific public port and without a port set Qdrant would default to 6333.