Files
spring-ai/vector-stores/spring-ai-qdrant
Eddú Meléndez 8503078088 Add ServiceConnection support for
* ChromaDBContainer
 * MilvusContainer
 * QdrantContainer
 * RedisStackContainer
 * WeaviateContainer
 * OllamaContainer

Add docs
2024-03-18 23:29:55 -04:00
..
2024-03-18 23:29:55 -04: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