Skip to content

qdrant_client-1.6.9: "Can't init WAL" when creating simple collection #3132

@mfirry

Description

@mfirry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions