Skip to content

Commit ce15d5b

Browse files
Hyperlint Automation Fix
1 parent 6ec1b1c commit ce15d5b

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/agents/api-reference

1 file changed

+1
-1
lines changed

src/content/docs/agents/api-reference/rag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you're brand-new to vector databases and Vectorize, visit the [Vectorize tuto
2222

2323
You can query a vector index (or indexes) from any method on your Agent: any Vectorize index you attach is available on `this.env` within your Agent. If you've [associated metadata](/vectorize/best-practices/insert-vectors/#metadata) with your vectors that maps back to data stored in your Agent, you can then look up the data directly within your Agent using `this.sql`.
2424

25-
Here's an example of how to give an Agent retrieval capabilties:
25+
Here's an example of how to give an Agent retrieval capabilities:
2626

2727
<TypeScriptExample>
2828

0 commit comments

Comments
 (0)