Skip to content

[Bug] Qdrant MemoryDb seems to recreate collection with every request #1056

@pedershk

Description

@pedershk

Context / Scenario

Every time I upload a new file with ImportDocumentAsync, the collection is recreated and everything in it is cleared out, making it kind of useless. I've tried creating the collection ahead of time using the C# QdrantClient, but this behavior persist.

I understand that this is the default behavior in Qdrant when using "recreate_collection" - but the memorydb here uses the HTTP REST interface and not the .Net QdrantClient, and I don't know how this maps to SDK methods (it also interferes a bit with Aspire, btw - where the default connection string points to the GRPC endpoint and not the HTTP endpoint for Qdrant).

I'd rewrite the memorydb to use the QdrantClient as a PR, but don't really know enough about Qdrant to do it safely...

What happened?

The collection for a Kernel Memory instance using Qdrant is recreated with every upload.

Importance

a fix would make my life easier

Platform, Language, Versions

Qdrant running in Docker locally using the Aspire Host package extensions for it.

Relevant log output

This is the log from qdrant:

2025-04-23T13:01:24.648361Z  INFO storage::content_manager::toc::collection_meta_ops: Creating collection index-us-nrc-envrep-sections    
2025-04-23T13:01:24.847418Z  INFO actix_web::middleware::logger: 172.17.0.1 "PUT /collections/index-us-nrc-envrep-sections?wait=true HTTP/1.1" 200 48 "-" "-" 0.199216    
2025-04-23T13:01:24.890215Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.001067    
2025-04-23T13:01:24.901144Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000201    
2025-04-23T13:01:24.902510Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000196    
2025-04-23T13:01:24.903543Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 80 "-" "-" 0.000163    
2025-04-23T13:01:24.919122Z  INFO actix_web::middleware::logger: 172.17.0.1 "PUT /collections/index-us-nrc-envrep-sections/points?wait=true HTTP/1.1" 200 81 "-" "-" 0.007004    
2025-04-23T13:01:39.830129Z  INFO storage::content_manager::toc::collection_meta_ops: Creating collection index-us-nrc-envrep-sections    
2025-04-23T13:01:39.830179Z  INFO actix_web::middleware::logger: 172.17.0.1 "PUT /collections/index-us-nrc-envrep-sections?wait=true HTTP/1.1" 409 112 "-" "-" 0.000153    
2025-04-23T13:01:39.832798Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.001327    
2025-04-23T13:01:39.833656Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000210    
2025-04-23T13:01:39.834485Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000239    
2025-04-23T13:01:39.835179Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000115    
2025-04-23T13:01:39.835829Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 80 "-" "-" 0.000130    
2025-04-23T13:01:39.836605Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000210    
2025-04-23T13:01:39.837358Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000134    
2025-04-23T13:01:39.838068Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000133    
2025-04-23T13:01:39.838787Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000180    
2025-04-23T13:01:39.839517Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000134    
2025-04-23T13:01:39.840243Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000134    
2025-04-23T13:01:39.840919Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000143    
2025-04-23T13:01:39.841579Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000136    
2025-04-23T13:01:39.842218Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000131    
2025-04-23T13:01:39.843209Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000166    
2025-04-23T13:01:39.843966Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000174    
2025-04-23T13:01:39.844831Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000336    
2025-04-23T13:01:39.845764Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000201    
2025-04-23T13:01:39.846598Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000203    
2025-04-23T13:01:39.847288Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000136    
2025-04-23T13:01:39.877999Z  INFO actix_web::middleware::logger: 172.17.0.1 "PUT /collections/index-us-nrc-envrep-sections/points?wait=true HTTP/1.1" 200 83 "-" "-" 0.027560    
2025-04-23T13:01:41.121878Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000299    
2025-04-23T13:01:41.123066Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000397    
2025-04-23T13:01:41.123928Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000212    
2025-04-23T13:01:41.124784Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000238    
2025-04-23T13:01:41.125599Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000221    
2025-04-23T13:01:41.126669Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000260    
2025-04-23T13:01:41.127598Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000239    
2025-04-23T13:01:41.128499Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000197    
2025-04-23T13:01:41.129317Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000123    
2025-04-23T13:01:41.130111Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000137    
2025-04-23T13:01:41.130851Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000177    
2025-04-23T13:01:41.131528Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000114    
2025-04-23T13:01:41.132175Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000134    
2025-04-23T13:01:41.132859Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000134    
2025-04-23T13:01:41.140389Z  INFO actix_web::middleware::logger: 172.17.0.1 "PUT /collections/index-us-nrc-envrep-sections/points?wait=true HTTP/1.1" 200 82 "-" "-" 0.004301    
2025-04-23T13:01:49.949547Z  INFO storage::content_manager::toc::collection_meta_ops: Creating collection index-us-nrc-envrep-sections    
2025-04-23T13:01:49.949598Z  INFO actix_web::middleware::logger: 172.17.0.1 "PUT /collections/index-us-nrc-envrep-sections?wait=true HTTP/1.1" 409 112 "-" "-" 0.000221    
2025-04-23T13:01:49.951683Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000599    
2025-04-23T13:01:49.952874Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000183    
2025-04-23T13:01:49.954076Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000178    
2025-04-23T13:01:49.954987Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000169    
2025-04-23T13:01:49.955858Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000152    
2025-04-23T13:01:49.956886Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000394    
2025-04-23T13:01:49.957794Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000223    
2025-04-23T13:01:49.958852Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000235    
2025-04-23T13:01:49.959862Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000206    
2025-04-23T13:01:49.960797Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000138    
2025-04-23T13:01:49.961428Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000126    
2025-04-23T13:01:49.962045Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000146    
2025-04-23T13:01:49.962675Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000161    
2025-04-23T13:01:49.963323Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000141    
2025-04-23T13:01:49.963972Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000152    
2025-04-23T13:01:49.964635Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000143    
2025-04-23T13:01:49.965217Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000113    
2025-04-23T13:01:49.965816Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000129    
2025-04-23T13:01:49.966393Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 81 "-" "-" 0.000132    
2025-04-23T13:01:49.967296Z  INFO actix_web::middleware::logger: 172.17.0.1 "POST /collections/index-us-nrc-envrep-sections/points/scroll HTTP/1.1" 200 80 "-" "-" 0.000142    
2025-04-23T13:01:49.987616Z  INFO actix_web::middleware::logger: 172.17.0.1 "PUT /collections/index-us-nrc-envrep-sections/points?wait=true HTTP/1.1" 200 83 "-" "-" 0.017201

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions