Skip to content

Commit ddd95ca

Browse files
Merge pull request #261753 from jcodella/patch-3
Update how-to-enable-use-copilot.md
2 parents 74375ae + b3dc558 commit ddd95ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/cosmos-db/nosql/query/how-to-enable-use-copilot.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ Microsoft Copilot for Azure in Cosmos DB (preview) can assist with authoring Azu
2222

2323
- Ask questions about your data as you would in text or conversation to generate a NoSQL query.
2424
- Learn to write queries faster through detailed explanations of the generated query.
25-
25+
26+
> [!NOTE]
27+
> You may see the database `CopilotSampleDb` appear in Data Explorer. This is a completely separate database managed by Microsoft and access is provided to you (at no cost) as a testbed to become familiar with Microsoft Copilot for Azure in Cosmos DB. This database consists of 100% synthetic data created by Microsoft and has has no interaction or relationships to any data you may have in Azure Cosmos DB.
28+
29+
2630
> [!WARNING]
2731
> Copilot is a preview feature that is powered by large language models (LLMs). Output produced by Copilot may contain inaccuracies, biases, or other unintended content. This occurs because the model powering Copilot was trained on information from the internet and other sources. As with any generative AI model, humans should review the output produced by Copilot before use.
2832
@@ -46,7 +50,7 @@ Microsoft Copilot for Azure in Cosmos DB (preview) is now enabled for all Azure
4650

4751
1. Next, open the query editor experience from one of two ways:
4852

49-
- Select the **Query faster with Copilot** card on the Data Explorer's welcome screen. This option includes the `CopilotSampleDb` database and `SampleContainer` container, which contains sample data for you to use with Copilot. This database is managed by Microsoft and does not interact or connect to your other databases. `CopoilotSampleDb` is free for all Azure Cosmos DB NoSQL customers.
53+
- Select the **Query faster with Copilot** card on the Data Explorer's welcome screen. This option will take you to the a query editor targeting the `CopilotSampleDb` database and `SampleContainer` container, which contains sample data for you to use with Copilot. This database is managed by Microsoft and does not interact or connect to your other databases. `CopoilotSampleDb` is free for all Azure Cosmos DB NoSQL customers.
5054

5155
- Select an existing API for NoSQL database and container. Then, select **New SQL Query** from the menu bar.
5256

0 commit comments

Comments
 (0)