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:
Tim Asp
2023-03-09 16:35:18 -08:00
committed by GitHub
parent cdb97f3dfb
commit 30383abb12
4 changed files with 207 additions and 0 deletions

File diff suppressed because one or more lines are too long