Skip to content

Commit a69bcb9

Browse files
Update nerdgraph-rag.mdx
Moved the policy guideline callout back into the Blob API collapser.
1 parent e8a6c70 commit a69bcb9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ After adding your documents, you will create a relationship to associate them wi
1919
To learn more about the knowledge connector, refer to [New Relic AI Knowledge connector](/docs/agentic-ai/knowledge-integration/overview).
2020

2121
<Callout variant="important">
22-
Before performing the following steps:
23-
* Ensure that you have "Org Product Admin" permissions.
24-
* All indexed documents are visible to all users within your organization. Make sure the documents you index comply with your internal policies, and do not upload sensitive or private data.
22+
Before performing the following steps, ensure that you have "Org Product Admin" permissions.
2523
</Callout>
2624

2725
To start indexing your content and benefit from the knowledge connector with New Relic AI, follow these mentioned steps:
@@ -129,6 +127,10 @@ You should save the `id` returned as you'll need it in later steps to link docum
129127

130128
<Collapser id = "upload-document" title = "Upload a document via the Blob API">
131129

130+
<Callout variant="important">
131+
All indexed documents are visible to all users within your organization. Make sure the documents you index comply with your internal policies, and do not upload sensitive or private data.
132+
</Callout>
133+
132134
### The Blob API and its purpose
133135
The Blob API is a New Relic service designed for uploading files, such as documentation and runbooks, to your account. NerdGraph is optimized for structured data queries and mutations and not for efficient transfer of files, so the Blob API is required for uploading documents.
134136

0 commit comments

Comments
 (0)