Skip to content

Commit 44a36ac

Browse files
Update src/content/changelog/autorag/2025-06-16-autorag-custom-metadata-and-context.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 0c156cc commit 44a36ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/changelog/autorag/2025-06-16-autorag-custom-metadata-and-context.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ We recommend using the `context` field to describe supplemental information you
3939
For example:
4040

4141
```json
42-
context: "summary: 'Checklist for internal product launch readiness, including legal, engineering, and marketing steps.'; url: 'https://wiki.company.com/docs/launch-checklist'"
42+
{
43+
"context": "summary: 'Checklist for internal product launch readiness, including legal, engineering, and marketing steps.'; url: 'https://wiki.company.com/docs/launch-checklist'"
44+
}
4345
```
4446

4547
This gives you more control over how your content is interpreted, without requiring you to modify the original contents of the file.

0 commit comments

Comments
 (0)