Stripped back version for twitter
Built with LangChain and DOC - Api.
base.campsite_agent
This agent does the filtering at request level using pandas.
It is a simple implementation of the filtering logic.
api_pandas_agent
This agent use the python repl tool to do the filtering. Uses index columns from DF to do further
filtering.
- Install dependencies:
pip install -r requirements.txt
- Add environment variables to
.env
file