-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working