Skip to content

Latest commit

 

History

History

README.md

Simple Qdrant Client Example

This is a simple Java application that demonstrates how to interact with a Qdrant vector database server using the official Qdrant Java client.

Prerequisites

  • Docker installed on your system

Quick Start

1. Start Qdrant

First, make sure Qdrant is running. You can start it with Docker:

docker run --rm -it -p 6334:6334 -p 6333:6333 qdrant/qdrant

2. Building and Running

bash -x build-and-run.sh