Expand description
Qdrant REST/JSON protocol encoding.
This module handles encoding QAIL AST to Qdrant’s REST API JSON format. Using JSON instead of gRPC for simplicity and portability.
Functions§
- decode_
search_ response - Decode search response from JSON.
- encode_
conditions_ to_ filter - Convert QAIL conditions to Qdrant filter format.
- encode_
create_ collection_ request - Encode create collection request.
- encode_
delete_ request - Encode a delete request to JSON.
- encode_
search_ request - Encode a vector search request to JSON format.
- encode_
search_ request_ with_ filter - Encode search request with filter conditions.
- encode_
upsert_ multi_ vector_ request - Encode an upsert request for multi-vector points (named vectors).
- encode_
upsert_ request - Encode an upsert (insert/update) request to JSON.
- parse_
payload - Parse payload from JSON object.
- parse_
point_ id - Parse a point ID from JSON.