- Issue created by @seogow
- 🇬🇧United Kingdom scott_euser
In AiVdbProviderClientBase::indexItems() we have a deleteIndexItems call.
I just checked with Pinecone and its not an issue for that, so I believe Milvus implementation needs checking in deleteIndexItems() method and possible needs a fix for that.
I'll move this over to there.
- 🇬🇧United Kingdom seogow
Merge request is ready.
Facade search for Milvus IDs from Drupal IDs was limited to 10, hence when the number of chunks per node was larger, some of these remained in the VDB index, because only the first 10 were found and deleted before saving new chunks.
Automatically closed - issue fixed for 2 weeks with no activity.