-
Notifications
You must be signed in to change notification settings - Fork 86
Improve clarity in JSON loader documentation #742
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
- Expand the no JSON pointer example for clarity. - Correct the output of JSON pointer example. - Minor copy changes for correctness.
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.
Pull Request Overview
This PR improves the documentation for the JSON loader by enhancing examples for better clarity and correcting output formats. The changes focus on making the documentation more accurate and comprehensive.
- Enhanced the no JSON pointer example with additional nested text structure
- Corrected the output format in code examples to match actual implementation
- Fixed minor grammatical issues and improved clarity of explanations
@anu-rock Thank you for opening this PR! Sorry, I had to revert the merge-- I realized that it was updating the wrong file. Can you please reopen a PR that targets the file in the |
## Overview <!-- Brief description of what documentation is being added/updated --> Re-attempting #742, this time in the src file instead of the built file. - Expand the no JSON pointer example for clarity. - Correct the output of JSON pointer example. - Minor copy changes for correctness. ## Type of change **Type:** Fix typo/bug/link/formatting ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev>
Overview
Type of change
Type: Fix typo/bug/link/formatting
Checklist
docs dev
src/docs.json
if needed