This repository contains the data agent code for the DABstep benchmark.
- install poetry
- prepare the environment:
poetry install
- prepare the environment variables: copying
.env.example
to.env
and filling in environment variablesHF_TOKEN
: make sure to create a token with read access to the DABstep dataset, DABstep space and inference APIOPENAI_API_KEY
: OpenAI API key if you want to use OpenAI modelLANGFUSE_PUBLIC_KEY
: Langfuse public keyLANGFUSE_SECRET_KEY
: Langfuse secret keyLANGFUSE_HOST
: Langfuse host
poetry run python main.py