Skip to content

Commit 2e4d9dc

Browse files
authored
Update nerdgraph-rag.mdx
Added callout on visibility of indexed documents.
1 parent 57a2d51 commit 2e4d9dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/apis/nerdgraph/examples/nerdgraph-rag.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ mutation {
5555

5656
### Upload a document to the Blob API [#upload-document]
5757

58+
<Callout variant={Callout.VARIANT.IMPORTANT} title={null}>
59+
All indexed documents are visible to all users within your organization. Make sure the documents you index comply with your internal policies for use of the Services.
60+
</Callout>
61+
5862
* Note that this specific step is not through NerdGraph. This is because NerdGraph does support file uploads through it's APIs.
5963

6064
```shell

0 commit comments

Comments
 (0)