- Issue created by @scott_euser
- 🇺🇸United States keiserjb
I altered the doSearch method to track distinct results. It seems to work for me, but I don't understand the implications of what I've done.
- 🇬🇧United Kingdom scott_euser
Can you put it in a merge request so it can be tested/reviewed?
- Merge request !717Issue #3526390: Add advanced search capabilities with VDB grouping and exclusion filtering → (Open) created by gxleano
- 🇪🇸Spain gxleano Cáceres
Changes include the logic to handle the limitations of recursive vector search in scenarios involving:
- Large content split into many small chunks
- Numerous access-controlled nodes
- Insufficient retrieval due to 10-iteration (
maxAccessRetries
) cap
At the meantime, I've also added related changes in https://www.drupal.org/project/ai_vdb_provider_milvus/issues/3526393 ✨ Make use of Milvus' Grouping functionality Active .