Skip to content

Commit 2662d72

Browse files
bump to 0.8.0 and remove threshold optimizers
1 parent 33ffa6f commit 2662d72

File tree

18 files changed

+939
-3730
lines changed

18 files changed

+939
-3730
lines changed

CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ redisvl/
7979
├── redis/ # Redis client utilities
8080
├── schema/ # Index schema definitions
8181
└── utils/ # Utilities (vectorizers, rerankers, optimization)
82-
├── optimize/ # Threshold optimization
8382
├── rerank/ # Result reranking
8483
└── vectorize/ # Embedding providers integration
8584
```

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,6 @@ embeddings = co.embed_many(
222222
### Rerankers
223223
[Integrate with popular reranking providers](https://docs.redisvl.com/en/stable/user_guide/06_rerankers.html) to improve the relevancy of the initial search results from Redis
224224

225-
### Threshold Optimization
226-
[Optimize distance thresholds for cache and router](https://docs.redisvl.com/en/stable/user_guide/09_threshold_optimization.html) with the utility `ThresholdOptimizer` classes.
227-
228-
**Note:** only available for `python > 3.9`.
229-
230-
231225

232226
## 💫 Extensions
233227
We're excited to announce the support for **RedisVL Extensions**. These modules implement interfaces exposing best practices and design patterns for working with LLM memory and agents. We've taken the best from what we've learned from our users (that's you) as well as bleeding-edge customers, and packaged it up.

docs/api/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ reranker
2222
cache
2323
message_history
2424
router
25-
threshold_optimizer
2625
```
2726

docs/api/threshold_optimizer.rst

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)