You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/reference-architecture/diagrams/ai/ai-rag.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,10 @@ In the context of Retrieval-Augmented Generation (RAG), knowledge seeding involv
45
45
2.**Embedding generation**: Generate embedding vectors by calling [Workers AI](/workers-ai/)[text embedding models](/workers-ai/models/) for the incoming query.
46
46
3.**Vector search**: Query [Vectorize](/vectorize/) using the vector representation of the query to retrieve related vectors.
47
47
4.**Document lookup**: Retrieve related documents from [D1](/d1/) based on search results from [Vectorize](/vectorize/).
48
-
5.**Text generation**: Pass both the original query and the retrieved documents as context to [Workers AI](/workers-ai/)[text generation models](/workers-ai/models/#text-generation) to generate a response.
48
+
5.**Text generation**: Pass both the original query and the retrieved documents as context to [Workers AI](/workers-ai/)[text generation models](/workers-ai/models/) to generate a response.
49
49
50
50
## Related resources
51
51
52
52
-[Tutorial: Build a RAG AI](/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/)
53
53
-[Workers AI: Text embedding models](/workers-ai/models/)
54
-
-[Workers AI: Text generation models](/workers-ai/models/#text-generation)
54
+
-[Workers AI: Text generation models](/workers-ai/models/)
0 commit comments