This is a simple Java application that demonstrates how to interact with a Qdrant vector database server using the official Qdrant Java client.
- Docker installed on your system
First, make sure Qdrant is running. You can start it with Docker:
docker run --rm -it -p 6334:6334 -p 6333:6333 qdrant/qdrantbash -x build-and-run.sh