Skip to content

Commit b2f940c

Browse files
Update AI videos page with exact YouTube titles and descriptions
- Replace placeholder titles with exact YouTube video titles - Update descriptions to match exact YouTube video descriptions - Ensure all 16 videos have accurate titles and descriptions from their YouTube pages
1 parent c3f3b4f commit b2f940c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

content/develop/ai/ai-videos.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@ Explore our collection of video tutorials and demonstrations showcasing how Redi
1414

1515
| | | |
1616
|---|---|---|
17-
| [**Building RAG Applications with Redis**](https://www.youtube.com/watch?v=fsENEq4F55Q) | [**Vector Search with Redis**](https://www.youtube.com/watch?v=k3FUWWEwgfc) | [**Redis for AI: Getting Started**](https://www.youtube.com/watch?v=o3XN4dImESE) |
18-
| Learn how to build Retrieval-Augmented Generation (RAG) applications using Redis as your vector database. This tutorial covers the complete workflow from data ingestion to query processing. | Discover how to implement efficient vector search capabilities with Redis. Explore indexing strategies, similarity search, and performance optimization techniques. | Get started with Redis for AI applications. This introductory video covers the fundamentals of using Redis in machine learning and AI workflows. |
19-
| [**Advanced RAG Techniques**](https://www.youtube.com/watch?v=AtVTT_s8AGc) | [**Redis Vector Similarity Search**](https://www.youtube.com/watch?v=cCTKmmGO4CY) | [**AI Memory Management with Redis**](https://www.youtube.com/watch?v=Yhv19le0sBw) |
20-
| Explore advanced RAG implementation patterns and optimization strategies using Redis. Learn about hybrid search, re-ranking, and performance tuning for production systems. | Deep dive into vector similarity search algorithms and their implementation in Redis. Compare different distance metrics and indexing approaches for optimal performance. | Learn how to implement persistent memory for AI agents and chatbots using Redis. Explore session management, context preservation, and memory optimization techniques. |
21-
| [**Real-time AI with Redis Streams**](https://www.youtube.com/watch?v=SFWroqAbBM4) | [**LangChain Integration with Redis**](https://www.youtube.com/watch?v=YhxksXfgsp0) | [**Redis for ML Feature Stores**](https://www.youtube.com/watch?v=M_WU_fN_lrs) |
22-
| Build real-time AI applications using Redis Streams for data ingestion and processing. Learn about event-driven architectures and streaming analytics for AI workloads. | Integrate Redis with LangChain for enhanced AI applications. Explore vector storage, memory management, and caching strategies for LLM-powered applications. | Implement feature stores for machine learning using Redis. Learn about feature engineering, storage patterns, and serving strategies for ML models. |
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+
| Key topics: The ins & 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. | In this series, we dive 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. |
2323

24-
## Additional Resources
24+
### Additional Resources
2525

2626
| | | |
2727
|---|---|---|
28-
| [**Semantic Caching for LLMs**](https://www.youtube.com/watch?v=2jHtSLVUu0w) | [**Redis JSON for AI Data**](https://www.youtube.com/watch?v=LRswXEc5chE) | [**Multi-modal AI with Redis**](https://www.youtube.com/watch?v=BtFJdSiFh00) |
29-
| Implement semantic caching to reduce LLM costs and improve response times. Learn about embedding-based caching strategies and cache invalidation techniques. | Leverage Redis JSON for storing and querying complex AI data structures. Explore document storage, indexing, and retrieval patterns for AI applications. | Build multi-modal AI applications that handle text, images, and other data types using Redis as the unified storage and search layer. |
30-
| [**AI Recommendation Systems**](https://www.youtube.com/watch?v=jF89DiC5RqM) | [**Graph Neural Networks with Redis**](https://www.youtube.com/watch?v=dINUz_XOZ0M) | [**Production AI Deployment**](https://www.youtube.com/watch?v=kQKfXi7NfWs) |
31-
| Build recommendation systems using Redis for real-time personalization. Learn about collaborative filtering, content-based recommendations, and hybrid approaches. | Implement Graph Neural Networks using Redis Graph. Explore node embeddings, graph traversal, and machine learning on graph data structures. | Deploy AI applications to production using Redis. Learn about scaling strategies, monitoring, and best practices for production AI systems. |
32-
| [**AI Observability with Redis**](https://www.youtube.com/watch?v=1e2tM5kIJ5Y) | | |
33-
| Monitor and observe AI applications using Redis for metrics collection and analysis. Learn about performance tracking, error monitoring, and system health checks. | | |
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 fast 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. | | |
3434

3535
## Getting Started
3636

3737
Ready to start building AI applications with Redis? Check out our:
3838

39-
- [AI quickstart guides]({{< relref "/develop/get-started" >}})
39+
- [Quickstart guides]({{< relref "/develop/get-started" >}})
4040
- [Vector search documentation]({{< relref "/develop/interact/search-and-query/advanced-concepts/vectors" >}})
4141
- [AI ecosystem integrations]({{< relref "/develop/ai/ecosystem-integrations" >}})
4242
- [Notebook collection]({{< relref "/develop/ai/notebook-collection" >}})

0 commit comments

Comments
 (0)