You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/ai/notebooks-collection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ weight: 40
14
14
15
15
| Notebook | Category | Description ||
16
16
|----------|----------|-------------|--|
17
-
| The place to start if you are brand new to Redis | Introduction | Great for Redis beginners looking for a guided Colab experience. |[<button>Get Started</button>](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/redis-intro/00_redis_intro.ipynb)|
17
+
| The place to start if you are brand new to Redis | Introduction | Great for Redis beginners looking for a guided Colab experience. |[Open colab](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/redis-intro/00_redis_intro.ipynb)|
18
18
| Implementing hybrid search with Redis | Hybrid and Vector Search | Combines vector similarity with keyword filters. |[<button>Get Started</button>](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/02_hybrid_search.ipynb)|
19
19
| Vector search with Redis Python client | Hybrid and Vector Search | Demonstrates pure vector search using the Redis Python client. |[<button>Get Started</button>](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/00_redispy.ipynb)|
20
20
| Vector search with Redis Vector Library | Hybrid and Vector Search | Uses RedisVL for advanced vector indexing and querying. |[<button>Get Started</button>](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/01_redisvl.ipynb)|
0 commit comments