Skip to content

Commit 3b8c8a3

Browse files
authored
DEV: add note about Redis Copilot to main search page (#524)
1 parent 4eff4af commit 3b8c8a3

File tree

1 file changed

+4
-2
lines changed
  • content/develop/interact/search-and-query

1 file changed

+4
-2
lines changed

content/develop/interact/search-and-query/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ The search and query features allow you to use Redis as a:
3838
Here are the next steps to get you started:
3939

4040
1. Follow our [quick start guide]({{< relref "/develop/get-started/document-database" >}}) to get some initial hands-on experience.
41-
2. Learn how to [create an index]({{< relref "/develop/interact/search-and-query/indexing/" >}}).
42-
3. Learn how to [query your data]({{< relref "/develop/interact/search-and-query/query/" >}}).
41+
1. Learn how to [create an index]({{< relref "/develop/interact/search-and-query/indexing/" >}}).
42+
1. Learn how to [query your data]({{< relref "/develop/interact/search-and-query/query/" >}}).
43+
1. [Install Redis Insight]({{< relref "/operate/redisinsight" >}}), connect it to your Redis database, and then use [Redis Copilot]({{< relref "/develop/connect/insight" >}}#redis-copilot) to help you learn how to execute complex queries against your own data using simple, plain language prompts.
44+
4345

4446
## Enable Redis Search
4547

0 commit comments

Comments
 (0)