Hi Rahul. Have you explored the possibility of using streaming expressions? You can get back tuples and group them?
Regards Sergio On Sun 31 Aug 2025 at 14:09, Rahul Goswami <[email protected]> wrote: > Hello, > Floating this up again in case anyone has any insights. Thanks. > > Rahul > > On Fri, Aug 15, 2025 at 11:45 AM Rahul Goswami <[email protected]> > wrote: > > > Hello, > > A question for folks using Solr as the vector db in their solutions. As > of > > now since Solr doesn't support parent/child or multi-valued vector field > > support for vector search, what are some strategies that can be used to > > avoid duplicates in top K results when you have vectorized chunks for the > > same (large) document? > > > > Would be also helpful to know how folks are doing this when storing > > vectors in the same docs as the lexical index vs when having the > vectorized > > chunks in a separate index. > > > > Thanks. > > Rahul > > >
