-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[ai] Update RAG tutorial to use workflows #18338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploying cloudflare-docs with
|
| Latest commit: |
f4e6e43
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9dd0ec72.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://rag-update.cloudflare-docs-7ou.pages.dev |
|
Files with changes (up to 15) |
craigsdennis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
| To implement this, we'll add a new NPM package to our project, `@langchain/textsplitters': | ||
|
|
||
| ```sh | ||
| npm install @cloudflare/textsplitters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This @langchain ?
daisyfaithauma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
This PR updates our RAG tutorial with the following changes: