mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-02 16:10:58 -05:00
* schemars example for vectors in scored point * schemars example for payload in scored point * Using json! in schemars example for payload in scored point * fix * schemars example for shard_key in scored point * schemars example for order_by in scored point * schemars example for id, version, score in scored point * schemars example for id, payload, vector, shard_key, order_value in … * point id examples * remove id_example in schema.rs * schemars example for vector, named_sparse_vector, named_vector * schemars example for order_by * schemars example for OrderByInterface * schemars example for Fusion * schemars example for MultiDenseVector,DenseVector in VectorInput * schemars example for QueryRequest * schemars example for QueryRequestBatch * schemars example for QueryResponse * schemars example for FusionQuery, OrderByQuery, ContextQuery, Discove… * example for WithLookup, ContextPair, ContextInput, DiscoverInput, Rec… * fix