java-client icon indicating copy to clipboard operation
java-client copied to clipboard

Official Java client for Qdrant

Results 8 java-client issues
Sort by recently updated
recently updated
newest added

The Qdrant Java client libraries rely on the grpc-java project (https://github.com/grpc/grpc-java), which lacks support for native compilation due to a shaded Netty dependency. This issue is widespread and affects multiple...

_Originally_ posted by @Nowheresly in https://github.com/qdrant/java-client/pull/30

Hello, I'm currently trying to add a QDrantEmbeddingStore to Lanchain4J (https://github.com/langchain4j) but I have a problem. IT with testContainer keep failing because some Vector values seem rounded : expected: Embedding...

Unless I'm missing it somewhere, I don't see support for collection recovery via a snapshot. Is this support planned? Ideally it would support both reading the snapshot from a URI...

The client [adds a logFailureCallback](https://github.com/qdrant/java-client/blob/38fd5de62121c8e8b0f1bcb6b89adb39542abbc1/src/main/java/io/qdrant/client/QdrantClient.java#L2719) for all operations and there's no way to change this behavior. E.g. a call to `queryAsync` on a non-existing point logs the error: message: `Query...

When a Java client requests qdrant cluster, it reports "Recv failure: Connection reset by peer"。

I have a Qdrant database with 65.909.239 points. When I do a large query with my Java application using searchBatchAsync() I get a timeout exception. I have set all timeouts...

Introduces a new set of constructors for `QdrantClient` to allow setting up pools of the low level `QdrantGrpcClient` client.