-
Notifications
You must be signed in to change notification settings - Fork 274
Fix agent doc links #2242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Fix agent doc links #2242
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
4ab12ec
change links to use relref syntax
mich-elle-luna 9011db5
Update agent-concepts.md
mich-elle-luna 6813d03
Fix link for Redis Vector Search documentation
mich-elle-luna 98bd583
Update links for Redis Vector Search and performance
mich-elle-luna 594496b
Refactor agent concepts styling for consistency
mich-elle-luna 41b67c9
Fix link for Redis Vector Search documentation
mich-elle-luna File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -73,7 +73,7 @@ Redis is the **ideal foundation** for AI agents because it excels at the three t | |||||
| - SVS-VAMANA leverages Intel hardware acceleration for enhanced performance | ||||||
| - Hybrid search combining vector similarity with metadata filtering | ||||||
| - Real-time updates without index rebuilds | ||||||
| - [Learn more about Redis Vector Search →](/develop/interact/search-and-query/advanced-concepts/vectors/) | ||||||
| - [Learn more about Redis Vector Search →]({{< relref "/develop/interact/search-and-query/advanced-concepts/vectors" >}}) | ||||||
mich-elle-luna marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| **Agent memory** | ||||||
| - **Short-term**: Conversation context and session state | ||||||
|
|
@@ -269,7 +269,7 @@ Understanding how to map agent memory needs to Redis data structures is crucial | |||||
| - Key benefits: High-performance vector similarity search, multiple distance metrics, real-time indexing | ||||||
| - Implementation: RAG systems, semantic memory, content discovery, personalized recommendations | ||||||
| - Queries: K-nearest neighbor search, range queries, hybrid filtering with metadata | ||||||
| - [Learn about Redis Vector Sets →](/develop/data-types/vector/) | ||||||
| - [Learn about Redis Vector Sets →]({{< relref "/develop/data-types/vector" >}}) | ||||||
mich-elle-luna marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| ### Redis Sorted Sets for Rankings and Priorities | ||||||
|
|
||||||
|
|
@@ -329,15 +329,15 @@ Production-ready agents include built-in reliability features: | |||||
| - Load balancing: Distribute requests across agent instances | ||||||
| - Redis clustering: Scale data storage across multiple nodes | ||||||
| - Caching layers: CDN for static content, Redis for dynamic data | ||||||
| - [Learn about Redis scaling →](/operate/rs/clusters/) | ||||||
| - [Learn about Redis scaling →]({{< relref "/operate/rs/clusters" >}}) | ||||||
|
|
||||||
| ### Cost Optimization | ||||||
|
|
||||||
| - LLM cost management: Use appropriate models for different tasks | ||||||
| - Redis memory optimization: Efficient data structures and TTL policies | ||||||
| - API rate limiting: Prevent excessive external API calls | ||||||
| - Resource monitoring: Track and optimize compute and storage costs | ||||||
| - [Redis performance optimization →](/operate/rs/administering/database-operations/memory-performance/) | ||||||
| - [Redis performance optimization →]({{< relref "/operate/rs/administering/database-operations/memory-performance" >}}) | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
|
|
@@ -361,16 +361,16 @@ Conversational assistants, recommendation engines, and complex multi-agent syste | |||||
| Ready to build your AI agent with Redis? | ||||||
|
|
||||||
| **Get started:** | ||||||
| - [Use the agent builder](/develop/ai/agent-builder/) to generate your code and get started | ||||||
| - [Redis quick start guide](/develop/get-started/) for setting up Redis | ||||||
| - [Use the agent builder]({{< relref "/develop/ai/agent-builder" >}}) to generate your code and get started | ||||||
| - [Redis quick start guide]({{< relref "/develop/get-started" >}}) for setting up Redis | ||||||
|
|
||||||
| **Learn more:** | ||||||
| - [Redis Vector Search documentation](/develop/interact/search-and-query/advanced-concepts/vectors/) | ||||||
| - [RedisVL Python library](/develop/clients/redisvl/) for vector operations and AI workflows | ||||||
| - [Redis Vector Search documentation]({{< relref "/develop/interact/search-and-query/advanced-concepts/vectors" >}}) | ||||||
mich-elle-luna marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| - [RedisVL Python library]({{< relref "/develop/clients/redisvl" >}}) for vector operations and AI workflows | ||||||
|
||||||
| - [RedisVL Python library]({{< relref "/develop/clients/redisvl" >}}) for vector operations and AI workflows | |
| - [RedisVL Python library]({{< relref "/develop/ai/redisvl/" >}}) for vector operations and AI workflows |
Outdated
Collaborator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link is broken (just goes to the top of the page). Not sure what it should be.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is still incorrect. It should be:
[Redis Vector Search]({{< relref "/develop/ai/search-and-query/vectors/" >}})