Skip to content

Commit 324837b

Browse files
Update notebooks-collection.md
1 parent 4530437 commit 324837b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/ai/notebooks-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ weight: 40
1414

1515
| Notebook | Category | Description | |
1616
|----------|----------|-------------|--|
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) |
1818
| 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) |
1919
| 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) |
2020
| 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

Comments
 (0)