You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules
Matt Robinson 11fec7d4d1
feat: Add `UnstructuredCSVLoader` for CSV files (#5844)
### Summary

Adds an `UnstructuredCSVLoader` for loading CSVs. One advantage of using
`UnstructuredCSVLoader` relative to the standard `CSVLoader` is that if
you use `UnstructuredCSVLoader` in `"elements"` mode, an HTML
representation of the table will be available in the metadata.

#### Who can review?

@hwchase17
 @eyurtsev
1 year ago
..
agents feat: issue-5712 add sleep tool (#5715) 1 year ago
callbacks FileCallbackHandler (#5589) 1 year ago
chains Fixed multi input prompt for MapReduceChain (#4979) 1 year ago
indexes feat: Add `UnstructuredCSVLoader` for CSV files (#5844) 1 year ago
memory Update adding_memory.ipynb (#5806) 1 year ago
models Add DeepInfra embeddings integration with tests and examples, better exception handling for Deep Infra LLM (#5854) 1 year ago
prompts Harrison/pipeline prompt (#5540) 1 year ago
utils/examples Pass parsed inputs through to tool _run (#4309) 1 year ago
agents.rst docs: `modules` pages simplified (#5116) 1 year ago
chains.rst docs: `modules` pages simplified (#5116) 1 year ago
indexes.rst docs: `modules` pages simplified (#5116) 1 year ago
memory.rst docs: `modules` pages simplified (#5116) 1 year ago
models.rst docs: `modules` pages simplified (#5116) 1 year ago
paul_graham_essay.txt Fix notebook example (#3142) 1 year ago
prompts.rst docs: `modules` pages simplified (#5116) 1 year ago
state_of_the_union.txt