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/templates/csv-agent/README.md

6 lines
216 B
Markdown

# csv-agent
This is a csv agent that uses both a Python REPL as well as a vectorstore to allow for interaction with text data.
Set up that is required is running `ingest.py` to do the ingestion into a vectorstore.