@@ -225,7 +225,7 @@ validated to form a valid model.
225225self is explicitly positional-only to allow self as a field name.
226226
227227* ** Parameters:**
228- * ** max_k** (* Annotated* * [ * * int* * ,* * FieldInfo* * (** annotation=NoneType* * ,* * required=False* * ,* * default=1* * ,* * metadata=* * [ * * Strict* * (** strict=True* * )* * ,* * Gt* * (** gt=0* * )* * ] * * )* * ] * )
228+ * ** max_k** (* Annotated* * [ * * int* * ,* * FieldInfo* * (* * annotation=NoneType* * ,* * required=False* * ,* * default=1* * ,* * metadata=* * [ * * Strict* * (* * strict=True* * )* * ,* * Gt* * (* * gt=0* * )* * ] * * )* * ] * )
229229 * ** aggregation_method** ([ DistanceAggregationMethod] ( #distanceaggregationmethod ) )
230230
231231#### ` max_k: Annotated[int, FieldInfo(annotation=NoneType, required=False, default=1, metadata=[Strict(strict=True), Gt(gt=0)])] `
@@ -253,7 +253,7 @@ self is explicitly positional-only to allow self as a field name.
253253 * ** name** (* str* )
254254 * ** references** (* List* * [ * * str* * ] * )
255255 * ** metadata** (* Dict* * [ * * str* * ,* * Any* * ] * )
256- * ** distance_threshold** (* Annotated* * [ * * float* * ,* * FieldInfo* * (** annotation=NoneType* * ,* * required=True* * ,* * metadata=* * [ * * Strict* * (** strict=True* * )* * ,* * Gt* * (** gt=0* * )* * ,* * Le* * (** le=1* * )* * ] * * )* * ] * )
256+ * ** distance_threshold** (* Annotated* * [ * * float* * ,* * FieldInfo* * (* * annotation=NoneType* * ,* * required=True* * ,* * metadata=* * [ * * Strict* * (* * strict=True* * )* * ,* * Gt* * (* * gt=0* * )* * ,* * Le* * (* * le=1* * )* * ] * * )* * ] * )
257257
258258#### ` distance_threshold: Annotated[float, FieldInfo(annotation=NoneType, required=True, metadata=[Strict(strict=True), Gt(gt=0), Le(le=1)])] `
259259
0 commit comments