Skip to content

Commit 8bb1bf7

Browse files
Adjusting for the upcoming changes
Please do not merge it for now.
1 parent c4307de commit 8bb1bf7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/develop/tools/insight/copilot-faq.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ weight: 3
1515
Redis Copilot is an AI-powered developer assistant that helps you learn about Redis, explore your Redis data, and build search queries in a conversational manner. It is available in our flagship visual GUI developer tool, Redis Insight, as well as within the Redis public documentation (general chatbot).
1616

1717
### How does Redis Copilot work?
18-
Redis Copilot is powered by the [OpenAI API](https://platform.openai.com/docs/overview) platform. When it needs to provide context-aware assistance, such as within the **my data** chat in Redis Insight, Redis Copilot will use data from your connected database. Some of that data, such as indexing schemas and sample keys, may be transmitted to the Redis Copilot backend and OpenAI for processing.
18+
Redis Copilot is powered by the [OpenAI API](https://platform.openai.com/docs/overview) platform. When it needs to provide context-aware assistance, such as within the **Query builder** chat in Redis Insight, Redis Copilot will use data from your connected database. Some of that data, such as indexing schemas and sample keys, may be transmitted to the Redis Copilot backend and OpenAI for processing.
1919

2020
### What kind of tasks can Redis Copilot perform?
2121

22-
Currently, Redis Copilot provides two primary features: a general chatbot and a context-aware data chatbot.
22+
Currently, Redis Copilot provides two primary features: general Redis and a context-aware query builder.
2323

24-
**General chatbot**: the knowledge-based chatbot serves as an interactive and dynamic documentation interface to simplify the learning process. You can ask specific questions about Redis commands, concepts, and products, and get responses on the fly. The general chatbot is also available in our public docs.
24+
**General Redis**: the knowledge-based chatbot serves as an interactive and dynamic documentation interface to simplify the learning process. You can ask specific questions about Redis commands, concepts, and products, and get responses on the fly. The general chatbot is also available in our public docs.
2525

26-
**My data chatbot**: the context-aware chatbot available in Redis Insight lets you construct search queries using everyday language rather than requiring specific programming syntax. This feature lets you query and explore data easily and interactively without extensive technical knowledge.
26+
**Query builder**: the context-aware chatbot available in Redis Insight lets you construct search queries using everyday language rather than requiring specific programming syntax. This feature lets you query and explore data easily and interactively without extensive technical knowledge.
2727

2828
### How do I get started with Redis Copilot in Redis Insight?
2929

@@ -36,7 +36,7 @@ The Redis Copilot instance that is embedded in Redis Insight is gradually being
3636
### What data does Redis Copilot have access to in my database?
3737

3838
Redis Copilot will have access to any relevant data stored in your database to provide context-aware assistance.
39-
However, this only impacts the **my data** chat in Redis Insight.
39+
However, this only impacts the **query builder** chat in Redis Insight.
4040

4141
### Will OpenAI use my data to train their models?
4242

@@ -50,6 +50,6 @@ Redis Copilot terms apply to your use of or access to Redis Copilot. They set ou
5050

5151
### How can I provide feedback or report a bug?
5252

53-
Redis Copilot is released as Beta in Redis Insight. We welcome your feedback and bug reports. You can submit them through the feedback form available in the [Redis Insight GitHub repository](https://github.com/RedisInsight/RedisInsight).
53+
Redis Copilot is available in Redis Insight. We welcome your feedback and bug reports. You can submit them through the feedback form available in the [Redis Insight GitHub repository](https://github.com/RedisInsight/RedisInsight).
5454

5555

0 commit comments

Comments
 (0)