Image showing vector search
```py # docker run -p 6333:6333 qdrant/qdrant from qdrant_client import QdrantClient from qdrant_client.models import Distance, VectorParams client = QdrantClient(url="http://localhost:6333") client.create_collection( collection_name="test_collection", vectors_config=VectorParams(size=4, distance=Distance.DOT), ) ```
* Note: Could have generated vectors for image and stored along with `description` vector
Need to update QR with new Qdrant colors #DC244C