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

Qdrant .Net SDK

Results 15 qdrant-dotnet issues
Sort by recently updated
recently updated
newest added

the funtion qdrantClient.CollectionExistsAsync("collection_1") has not been implemented? ![1712809602219](https://github.com/qdrant/qdrant-dotnet/assets/11976499/fcc84f9f-d40c-479f-837e-b3465620ad92)

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.

good first issue

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...