Files
spring-ai/vector-stores/spring-ai-qdrant
2024-03-06 17:39:37 -05:00
..
2024-02-28 19:31:54 +01:00
2024-02-29 09:27:19 +01:00

Qdrant Vector Store

Reference Documentation

Run locally

Accessing the Web UI

First, run the Docker container:

docker run -p 6333:6333 -p 6334:6334 \
    -v $(pwd)/qdrant_storage:/qdrant/storage:z \
    qdrant/qdrant

The GUI is available at http://localhost:6333/dashboard

Qdrant references