mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-03 03:08:58 +00:00
Add CSVLoader document loader (#1573)
Simple CSV document loader which wraps `csv` reader, and preps the file with a single `Document` per row. The column header is prepended to each value for context which is useful for context with embedding and semantic search
This commit is contained in:
126
docs/modules/document_loaders/examples/csv.ipynb
Normal file
126
docs/modules/document_loaders/examples/csv.ipynb
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user