update for redisvl 0.25.1 - #3781
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 12d59c3. Configure here.
| title: Cache LLM Responses | ||
| aliases: | ||
| - /integrate/redisvl/user_guide/how_to_guides/03_llmcache | ||
| - /integrate/redisvl/user_guide/llmcache/ |
There was a problem hiding this comment.
Broken legacy URL redirects
High Severity
This change drops flat aliases such as /develop/ai/redisvl/user_guide/llmcache/ and /integrate/redisvl/user_guide/vectorizers/ across the RedisVL how-to guides. Those paths are still live, search-indexed entry points that only resolve because of these aliases. After the removal, those URLs 404 instead of reaching the how_to_guides pages.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 12d59c3. Configure here.


update for redisvl 0.25.1
Note
Low Risk
Docs-only alias cleanup; no runtime, API, or content changes.
Overview
Documentation-only update for the RedisVL 0.25.1 user guide: front matter on 14 pages is adjusted, with no changes to guide body text or examples.
Each affected page drops redundant Hugo
aliasesthat pointed at legacy flat URLs (for example/integrate/redisvl/user_guide/getting_started/and/develop/ai/redisvl/user_guide/...). The canonical numbered/integrate/redisvl/user_guide/how_to_guides/NN_*aliases (and the getting-started integrate alias) are left in place so old numbered links keep working.Scope includes
getting_started.mdand how-to guides such as advanced queries, complex filtering, embeddings cache, hash vs JSON, LangCache, LLM cache, message history, rerankers, semantic router, SQL queries, SVS-VAMANA, and vectorizers.Reviewed by Cursor Bugbot for commit 12d59c3. Bugbot is set up for automated code reviews on this repo. Configure here.