docs: fix typos in rag - #626
Merged
Lauren Hirata Singh (lnhsingh) merged 1 commit intoSep 23, 2025
Merged
Conversation
Chulong Li (Chulong-Li)
requested review from
Kathryn May (katmayb) and
Lauren Hirata Singh (lnhsingh)
as code owners
September 23, 2025 11:14
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes typos and grammatical errors in the RAG documentation file. The changes improve the readability and correctness of the documentation without altering any functional content.
Key changes:
- Corrected spacing issues in paragraph text
- Fixed a hyphenation error ("general purpose" → "general-purpose")
- Corrected a spelling error in a string literal ("reseponse" → "response")
|
|
||
| system_message = ( | ||
| "You are a helpful assistant. Use the following context in your reseponse:" | ||
| "You are a helpful assistant. Use the following context in your response:" |
There was a problem hiding this comment.
Good catch fixing the spelling error from 'reseponse' to 'response'.
Eugene Yurtsev (eyurtsev)
approved these changes
Sep 23, 2025
Eugene Yurtsev (eyurtsev)
enabled auto-merge (squash)
September 23, 2025 21:02
Eugene Yurtsev (eyurtsev)
disabled auto-merge
September 23, 2025 21:02
Lauren Hirata Singh (lnhsingh)
merged commit Sep 23, 2025
2bca5a2
into
langchain-ai:main
6 of 7 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Fix typos in rag.mdx under OSS LangChain
Type of change
Type: Fix typo
Related issues/PRs
Checklist
docs devsrc/docs.jsonif neededAdditional notes