Skip to content

Commit 1475cab

Browse files
Update for redisvl 0.5.1 (#1372)
Co-authored-by: redisdocsapp[bot] <177626021+redisdocsapp[bot]@users.noreply.github.com>
1 parent fdccfd6 commit 1475cab

File tree

11 files changed

+1440
-195
lines changed

11 files changed

+1440
-195
lines changed

content/integrate/redisvl/api/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Reference documentation for the RedisVL API.
2121
* [Query](query/)
2222
* [VectorQuery](query/#vectorquery)
2323
* [VectorRangeQuery](query/#vectorrangequery)
24+
* [HybridQuery](query/#hybridquery)
25+
* [TextQuery](query/#textquery)
2426
* [FilterQuery](query/#filterquery)
2527
* [CountQuery](query/#countquery)
2628
* [Filter](filter/)
@@ -54,3 +56,6 @@ Reference documentation for the RedisVL API.
5456
* [Route](router/#route)
5557
* [Route Match](router/#route-match)
5658
* [Distance Aggregation Method](router/#distance-aggregation-method)
59+
* [Threshold Optimizers](threshold_optimizer/)
60+
* [CacheThresholdOptimizer](threshold_optimizer/#cachethresholdoptimizer)
61+
* [RouterThresholdOptimizer](threshold_optimizer/#routerthresholdoptimizer)

content/integrate/redisvl/api/filter.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,17 @@ Return the Redis Query string for the Numeric filter
274274
* **Return type:**
275275
str
276276

277+
#### `between(start, end, inclusive='both')`
278+
279+
Operator for searching values between two numeric values.
280+
281+
* **Parameters:**
282+
* **start** (*int*)
283+
* **end** (*int*)
284+
* **inclusive** (*str*)
285+
* **Return type:**
286+
[FilterExpression](#filterexpression)
287+
277288
## Geo
278289

279290
### `class Geo(field)`

0 commit comments

Comments
 (0)