Skip to content

codesphere-cloud/csa-qdrant-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csa-qdrant-demo

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published