Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix undefined 'data' variable in document_loader_csv.ipynb (lan…
…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.
- Loading branch information