Skip to content

Collections return 0 results even after inserting vectors #33

@aseifert

Description

@aseifert

I tried to follow the instructions given in the blog post as close as possible, but the neural search always shows 0 results. At no point did I get any errors.

When querying the collection itself, curl -s http://localhost:6333/collections/startups | jq .result.vectors_count returns 0.

The ./qdrant_storage folder keeps growing as I insert records though.

Here's the full output of the collections endpoint:

{
  "result": {
    "status": "green",
    "vectors_count": 0,
    "segments_count": 5,
    "disk_data_size": 0,
    "ram_data_size": 0,
    "config": {
      "params": {
        "vector_size": 768,
        "distance": "Dot"
      },
      "hnsw_config": {
        "m": 16,
        "ef_construct": 100,
        "full_scan_threshold": 10000
      },
      "optimizer_config": {
        "deleted_threshold": 0.2,
        "vacuum_min_vector_number": 1000,
        "max_segment_number": 5,
        "memmap_threshold": 50000,
        "indexing_threshold": 20000,
        "payload_indexing_threshold": 10000,
        "flush_interval_sec": 10
      },
      "wal_config": {
        "wal_capacity_mb": 32,
        "wal_segments_ahead": 0
      }
    },
    "payload_schema": {}
  },
  "status": "ok",
  "time": 3.8746e-05
}

Kind regards,
Alex

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions