langchain
30383abb - Add CSVLoader document loader (#1573)

Commit
2 years ago
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
Author
Parents
Loading