langchain/docs/modules/document_loaders
Tim Asp 30383abb12
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
2023-03-09 16:35:18 -08:00
..
examples Add CSVLoader document loader (#1573) 2023-03-09 16:35:18 -08:00
how_to_guides.rst Add new iFixit document loader (#1333) 2023-02-27 20:40:20 -08:00
key_concepts.md Harrison/unstructured support (#903) 2023-02-05 23:02:07 -08:00