Skip to content

Commit d376f13

Browse files
committed
fix broken link
1 parent b3168fe commit d376f13

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
@@ -10,7 +10,7 @@ import { MetaInfo, Render, Type, TypeScriptExample, WranglerConfig } from "~/com
1010

1111
Agents can use Retrieval Augmented Generation (RAG) to retrieve relevant information and use it augment [calls to AI models](/agents/api-reference/using-ai-models/). Store a user's chat history to use as context for future conversations, summarize documents to bootstrap an Agent's knowledge base, and/or use data from your Agent's [web browsing](/agents/api-reference/browse-the-web/) tasks to enhance your Agent's capabilities.
1212

13-
You can use the Agent's own [SQL database](/agents/api-reference/manage-and-sync-state) as the source of truth for your data and store embeddings in [Vectorize](/vectorize/) (or any other vector-enabled database) to allow your Agent to retrieve relevant information.
13+
You can use the Agent's own [SQL database](/agents/api-reference/store-and-sync-state) as the source of truth for your data and store embeddings in [Vectorize](/vectorize/) (or any other vector-enabled database) to allow your Agent to retrieve relevant information.
1414

1515
### Vector search
1616

0 commit comments

Comments
 (0)