qdrant-dotnet
qdrant-dotnet copied to clipboard
Qdrant .Net SDK
Hi, I am running dotnet8 on macOS and I have not been able to connect to my Qdrant running on a Docker container over network. I get this exception on...
the funtion qdrantClient.CollectionExistsAsync("collection_1") has not been implemented? 
For cloud native observability, it would be nice to have a tracing story that we could leverage to add to OpenTelemetry.
Now that https://github.com/qdrant/qdrant/pull/2952 has been merged (🎉 🎉), we can clean up the proto rewriting logic here that injects it.
While integrating Qdrant in our workflows I've built the Qdrant's HTTP API client. For the sake of completeness I think it would be great to add an HTTP implementation to...
See conversation in https://github.com/qdrant/qdrant-dotnet/pull/11#discussion_r1366054642
All tests currently use the same Qdrant collection name, and the initialization code (which runs before each test) removes **all** collections from Qdrant. This makes it impossible to run test...
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...
I am using the following code to filter and it does not filter by the GeoRadius. If I filter by key everything goes well ` var expected1 = new Filter...
Hello, I didn't set a port. Is it possible to set `Port=None` as Python? Python example: https://github.com/qdrant/qdrant-client/issues/394#issuecomment-2008190756 `QdrantClient client = new(new Uri("https://url.com"), apiKey: "");` Thank you. ``` /// Instantiates a...