qdrant-dotnet
qdrant-dotnet copied to clipboard
fix: withLookup in QueryGroupsAsync()
Adds
- The missing
withLookupparam to theQueryGroupsAsync()method. -
DatetimeandUuidindex 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.