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