qdrant-dotnet icon indicating copy to clipboard operation
qdrant-dotnet copied to clipboard

fix: withLookup in QueryGroupsAsync()

Open Anush008 opened this issue 1 year ago • 0 comments

Adds

  • The missing withLookup param to the QueryGroupsAsync() method.
  • Datetime and Uuid index types to the helper converter.

This change will break for anyone who is passing all values by position to QueryGroupsAsync(), but I believe the probability of this is very low. If necessary, we can add a new overload instead.

Anush008 avatar Aug 17 '24 07:08 Anush008