Skip to content
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

docs: fix undefined 'data' variable in document_loader_csv.ipynb #27872

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

ono-hiroki
Copy link
Contributor

Description:
This PR addresses an issue in the CSVLoader example where data is not defined, causing a NameError. The line data = loader.load() is added to correctly assign the output of loader.load() to the data variable.

Copy link

vercel bot commented Nov 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 5:18am

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder labels Nov 4, 2024
@dosubot dosubot bot added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Nov 4, 2024
@ccurme ccurme enabled auto-merge (squash) November 4, 2024 14:08
@ccurme ccurme merged commit b7d549a into langchain-ai:master Nov 4, 2024
13 checks passed
shjunn pushed a commit to shjunn/langchain that referenced this pull request Nov 4, 2024
…gchain-ai#27872)

**Description:** 
This PR addresses an issue in the CSVLoader example where data is not
defined, causing a NameError. The line `data = loader.load()` is added
to correctly assign the output of loader.load() to the data variable.
yanomaly pushed a commit to yanomaly/langchain that referenced this pull request Nov 8, 2024
…gchain-ai#27872)

**Description:** 
This PR addresses an issue in the CSVLoader example where data is not
defined, causing a NameError. The line `data = loader.load()` is added
to correctly assign the output of loader.load() to the data variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder lgtm PR looks good. Use to confirm that a PR is ready for merging. size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants