Skip to content

Commit 66f9f35

Browse files
Merge pull request #1672 from redis/DOC-5315
DOC-5315 Add AI videos page
2 parents d74776f + 157bf81 commit 66f9f35

File tree

4 files changed

+66
-2
lines changed

4 files changed

+66
-2
lines changed

content/develop/ai/_index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Learn to perform vector search and use gateways and semantic caching in your AI/
4848

4949
| Search | LLM memory | Semantic caching | Semantic routing | AI Gateways |
5050
| :-- | :-- | :-- | :-- | :-- |
51-
| {{<image filename="images/ai-search.svg" alt="AI Redis icon.">}}[Vector search guide]({{< relref "/develop/interact/search-and-query/query/vector-search" >}}) | {{<image filename="images/ai-LLM-memory.svg" alt="LLM memory icon.">}}[Store memory for LLMs](https://redis.io/blog/level-up-rag-apps-with-redis-vector-library/) | {{<image filename="images/ai-brain-2.svg" alt="AI Redis icon.">}}[Semantic caching for faster, smarter LLM apps](https://redis.io/blog/what-is-semantic-caching) | {{<image filename="images/ai-semantic-routing.svg" alt="Semantic routing icon.">}}[Semantic routing chooses the best tool](https://redis.io/blog/level-up-rag-apps-with-redis-vector-library/) | {{<image filename="images/ai-model.svg" alt="AI Redis icon.">}}[Deploy an enhanced gateway with Redis](https://redis.io/blog/ai-gateways-what-are-they-how-can-you-deploy-an-enhanced-gateway-with-redis/) | {{<image filename="images/ai-brain-2.svg" alt="AI Redis icon.">}}[Semantic caching for faster, smarter LLM apps](https://redis.io/blog/what-is-semantic-caching) |
51+
| {{<image filename="images/ai-search.svg" alt="AI Redis icon.">}}[Vector search guide]({{< relref "/develop/interact/search-and-query/query/vector-search" >}}) | {{<image filename="images/ai-LLM-memory.svg" alt="LLM memory icon.">}}[Store memory for LLMs](https://redis.io/blog/level-up-rag-apps-with-redis-vector-library/) | {{<image filename="images/ai-brain-2.svg" alt="AI Redis icon.">}}[Semantic caching for faster, smarter LLM apps](https://redis.io/blog/what-is-semantic-caching) | {{<image filename="images/ai-semantic-routing.svg" alt="Semantic routing icon.">}}[Semantic routing chooses the best tool](https://redis.io/blog/level-up-rag-apps-with-redis-vector-library/) | {{<image filename="images/ai-model.svg" alt="AI Redis icon.">}}[Deploy an enhanced gateway with Redis](https://redis.io/blog/ai-gateways-what-are-they-how-can-you-deploy-an-enhanced-gateway-with-redis/) |
5252

5353
## Quickstarts
5454

@@ -95,6 +95,16 @@ Explore our comprehensive [ecosystem integrations page]({{< relref "/develop/ai/
9595
* Microsoft Semantic Kernel and Kernel Memory for LLM applications
9696
* And many more integrations to power your AI solutions
9797

98+
## Video tutorials
99+
100+
Watch our [AI video collection]({{< relref "/develop/ai/ai-videos" >}}) featuring practical tutorials and demonstrations on:
101+
102+
* Building RAG applications and implementing vector search
103+
* Working with LangGraph for AI agents with memory
104+
* Semantic caching and search techniques
105+
* Redis integrations with popular AI frameworks
106+
* Real-world AI application examples and best practices
107+
98108
## Benchmarks
99109
See how we stack up against the competition.
100110
* [Redis vector benchmark results](https://redis.io/blog/benchmarking-results-for-vector-databases/)

content/develop/ai/ai-videos.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
Title: Redis AI video collection
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- develop
7+
- ai
8+
description: Watch video tutorials and demos showcasing Redis in AI applications, from vector search to RAG implementations.
9+
linkTitle: AI videos
10+
weight: 60
11+
---
12+
13+
Explore our collection of video tutorials and demonstrations showcasing how Redis powers AI applications. From vector search fundamentals to advanced RAG implementations, these videos provide practical insights and hands-on examples.
14+
15+
| | | |
16+
|---|---|---|
17+
| [**Long-Term Memory with LangGraph**](https://www.youtube.com/watch?v=fsENEq4F55Q) | [**Short-Term Memory with LangGraph**](https://www.youtube.com/watch?v=k3FUWWEwgfc) | [**What is semantic search?**](https://www.youtube.com/watch?v=o3XN4dImESE) |
18+
| Learn how to implement long-term memory capabilities in AI agents using LangGraph. This video shows you how to build AI systems that can retain and recall information across extended interactions. | Want your AI agents to remember what users tell them? Short-term memory is the key to natural conversations, and in this tutorial, you'll learn how to implement it with LangGraph. | Traditional search matches words — but what if your AI app could match meaning instead? This video explains how semantic search works and why it's essential for modern AI applications. |
19+
| [**What is a semantic cache?**](https://www.youtube.com/watch?v=AtVTT_s8AGc) | [**Building a RAG Pipeline from Scratch with RedisVL**](https://www.youtube.com/watch?v=cCTKmmGO4CY) | [**What is a vector database?**](https://www.youtube.com/watch?v=Yhv19le0sBw) |
20+
| What if you could skip redundant LLM calls and make your AI app faster, cheaper, and smarter? This video breaks down semantic caching and shows how it can transform your AI applications. | Unlock the Power of Retrieval-Augmented Generation (RAG) with RedisVL. This tutorial will show you how to build a complete RAG pipeline from scratch using Redis as your vector database. | Vector databases have been trending recently as they power modern search, recommendations, and AI-driven applications. Learn what vector databases are and how they work. |
21+
| [**Building the future Architecting AI Agents with AWS, LlamaIndex and Redis**](https://www.youtube.com/watch?v=SFWroqAbBM4) | [**Building AI Apps using LangChain**](https://www.youtube.com/watch?v=YhxksXfgsp0) | [**Resources to Learn AI with Redis**](https://www.youtube.com/watch?v=M_WU_fN_lrs) |
22+
| The ins and outs of AI agents: understand their role in breaking down tasks into manageable components for better performance. Learn how to architect AI agents using AWS, LlamaIndex, and Redis. | This series of videos dives into the integration between LangChain and Redis to power AI applications that need runtime speed, scalability, and intelligent data management. | This video shows which resources you can use to learn AI with Redis and build powerful AI applications. |
23+
24+
### Additional Resources
25+
26+
| | | |
27+
|---|---|---|
28+
| [**LLM Session Management with Redis**](https://www.youtube.com/watch?v=2jHtSLVUu0w) | [**A Semantic Cache using LangChain**](https://www.youtube.com/watch?v=LRswXEc5chE) | [**Similarity Search using Vector Store**](https://www.youtube.com/watch?v=BtFJdSiFh00) |
29+
| Developers building AI applications require a way to store the conversation history between an LLM and a user. This is important to provide context and maintain coherent conversations across sessions. | One common concern of developers building AI applications is how quickly answers from LLMs will be served to their end users, as well as how much it will cost. Learn how to implement semantic caching using LangChain and Redis. | Similarity search is one of the most popular use cases for developers building AI applications. It allows users to perform searches that can find semantically similar content using vector embeddings. |
30+
| [**Create a New Database on Redis Cloud**](https://www.youtube.com/watch?v=jF89DiC5RqM) | [**Redis Insight: A Developer's Deep Dive**](https://www.youtube.com/watch?v=dINUz_XOZ0M) | [**Redis + Amazon SageMaker for real-time fraud detection demo**](https://www.youtube.com/watch?v=kQKfXi7NfWs) |
31+
| Learn how to create a new database on Redis Cloud in this step-by-step tutorial. Perfect for developers getting started with Redis Cloud for their AI and data applications. | This video breaks down Redis Insight and shows developers how to use this powerful tool for database management and development. | See how Redis integrates with Amazon SageMaker to build real-time fraud detection systems. This demo shows practical applications of Redis in machine learning and AI-powered fraud prevention. |
32+
| [**Redis + Amazon Bedrock in two minutes**](https://www.youtube.com/watch?v=1e2tM5kIJ5Y) | | |
33+
| AWS has announced Redis Cloud as one of the few supported vector databases supported for Amazon Bedrock. Learn how to integrate Redis with Amazon Bedrock for your generative AI applications. | | |
34+
35+
### Getting Started
36+
37+
Ready to start building AI applications with Redis? Check out our:
38+
39+
- [Quickstart guides]({{< relref "/develop/get-started" >}})
40+
- [Vector search documentation]({{< relref "/develop/interact/search-and-query/advanced-concepts/vectors" >}})
41+
- [AI ecosystem integrations]({{< relref "/develop/ai/ecosystem-integrations" >}})
42+
- [Notebook collection]({{< relref "/develop/ai/notebook-collection" >}})
43+
- [Vector set data type]({{< relref "/develop/data-types/vector-sets" >}})

content/develop/ai/ecosystem-integrations.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ Redis integrates with a wide range of AI frameworks, platforms, and tools to enh
3131

3232
## Getting started
3333

34-
To learn more about using Redis with AI frameworks and tools, check out our [AI notebooks collection]({{< relref "/develop/ai/notebook-collection" >}}) and [RAG quickstart guide]({{< relref "/develop/get-started/rag" >}}).
34+
To learn more about using Redis with AI frameworks and tools, check out our:
35+
36+
* [AI notebooks collection]({{< relref "/develop/ai/notebook-collection" >}}) - Interactive code examples and tutorials
37+
* [AI video collection]({{< relref "/develop/ai/ai-videos" >}}) - Video tutorials and demonstrations
38+
* [RAG quickstart guide]({{< relref "/develop/get-started/rag" >}}) - Get started with Retrieval-Augmented Generation

content/develop/ai/notebook-collection.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ weight: 40
3232
| Content filtering with RedisVL | Recommendation Systems | Introduction to content-based filtering. | [Open in Colab](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/recommendation-systems/00_content_filtering.ipynb) |
3333
| Collaborative filtering with RedisVL | Recommendation Systems | Intro to collaborative filtering with RedisVL. | [Open in Colab](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/recommendation-systems/01_collaborative_filtering.ipynb) |
3434
| Advanced RAG example | Best Practices | Demonstrates mature RAG implementation patterns. | [Open in Colab](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/04_advanced_redisvl.ipynb) |
35+
36+
## Additional resources
37+
38+
Looking for more ways to learn about Redis for AI? Check out our:
39+
40+
* [AI video collection]({{< relref "/develop/ai/ai-videos" >}}) - Video tutorials and demonstrations covering Redis AI concepts
41+
* [Ecosystem integrations]({{< relref "/develop/ai/ecosystem-integrations" >}}) - Learn how Redis works with popular AI frameworks and tools

0 commit comments

Comments
 (0)