Skip to content

Commit 0543011

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 e31843a commit 0543011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For example, the `attributes` section of your search response may look like:
3434

3535
When you include a custom metadata field named `context`, AutoRAG attaches that value to each chunk of the file. When you run an `/ai-search` query, this `context` is passed to the LLM and can be used as additional input when generating an answer.
3636

37-
We recommend using the `context` field to describe supplemental information you want the LLM to consider, such as a summary of the document or a source URL. If you have several different, you can join them together however you choose within the `context` string.
37+
We recommend using the `context` field to describe supplemental information you want the LLM to consider, such as a summary of the document or a source URL. If you have several different metadata attributes, you can join them together however you choose within the `context` string.
3838

3939
For example:
4040

0 commit comments

Comments
 (0)