Skip to content

Commit 336a7d0

Browse files
G4brymaninibread
andauthored
Update src/content/docs/autorag/usage/recipes.mdx
Co-authored-by: Anni Wang <[email protected]>
1 parent 42a47b3 commit 336a7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/autorag/usage/recipes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This section provides practical examples and recipes for common use cases. These
2020

2121
## Bring your own model
2222

23-
This scenario allows you to leverage AutoRAG for chunk search, while asking a different model to answer the user question.
23+
You can use AutoRAG for search while leveraging a model outside of Workers AI to generate responses. Here is an example of how you can use an OpenAI model to generate your responses.
2424

2525
```ts
2626
import {openai} from '@ai-sdk/openai';

0 commit comments

Comments
 (0)