You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting error processing request: Can't init WAL: Os { code: 22, kind: InvalidInput, message: "Invalid argument" } just by trying to create a new collection as suggested on the docs
I'm just doing client.create_collection("2db5aa02", vectors_config) where vectors_config is models.VectorParams(size=100, distance=models.Distance.COSINE).
Using qdrant_client-1.6.9 and using locally docker.io/qdrant/qdrant:latest