Needs work
Project:
Milvus VDB Provider
Version:
2.0.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2025 at 15:37 UTC
Updated:
11 May 2026 at 08:23 UTC
Jump to comment: Most recent
Comments
Comment #3
nnevillComment #4
nnevillComment #5
scott_euser commentedHmmmm I think programmatically we are attempting to create the collection here https://git.drupalcode.org/project/ai_vdb_provider_milvus/-/blob/2.0.x/s... on resave of the provider. It seems like we probably need to trigger that code elsewhere too?
E.g. on server status page, flag collection not ready, and have a link like 'Automatically create collection now' which then triggers that same code. I suppose roughly similar to how solr deals with it, letting you solve via Drupal UI when collection is missing.
I think steps to reproduce are essentially something like:
Let me know what you think of the above