Files
qdrant-client/qdrant_client
2sumtech 9a01291535 fix: pin keyword index prefix=False round-trip behavior over gRPC (#1356)
grpc.KeywordPrefixParams is an empty message: presence is the only
signal, so an explicit prefix=False cannot be represented in gRPC.
It is sent as absent (same server-side semantics, disabled) and is
recovered as None. Document this at both conversion sites and pin
the behavior with a reverse-direction (rest->grpc->rest) test.
2026-09-16 00:25:31 +07:00
..
2025-12-12 17:21:08 +07:00
2026-02-19 22:33:00 +07:00
2025-12-12 17:21:08 +07:00
2023-10-16 19:01:01 +02:00