Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support downloading attachments so that they can be used for eval runs #1208

Open
oegeshipster opened this issue Nov 12, 2024 · 0 comments
Open

Comments

@oegeshipster
Copy link

Feature request

although it is possible to upload files and view them in the dashboard, when i download the run they do not show up:

>>>run = client.read_run(run_id)
>>>right_run.attachments
{}

Motivation

especially for a workflow of input_file >> preprocessing >> llm extraction it is very useful to be able to go from the file input to the result in your eval experiments, instead of only from the preprocessed content to the result.

for example when I extract information from a pdf I would like to experiment both with different ocr providers and settings, and with different models and prompts. For that I need access to the original pdf not just the ocr extracted text in chat input format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant