Skip to content

Commit 87ce2f0

Browse files
committed
Fix parameters formatting
1 parent 7534258 commit 87ce2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/integrate/redisvl/api/router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ validated to form a valid model.
225225
self 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

Comments
 (0)