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

Add file uploading #766

Closed
5 tasks done
rjambrecic opened this issue Jun 12, 2024 · 0 comments · Fixed by #768
Closed
5 tasks done

Add file uploading #766

rjambrecic opened this issue Jun 12, 2024 · 0 comments · Fixed by #768
Assignees

Comments

@rjambrecic
Copy link
Collaborator

rjambrecic commented Jun 12, 2024

  • Rest endpoint for file upload , input: file, user_id, conv_id
    • Allowed content type: csv, xlsx, xls
    • Files are stored session (chat) based -> uploaded_files/user_id/conv_id/file_name
    • Raise error if some mandatory columns are missing
      • Use {"from_destination", "to_destination"} as mandatory columns for now
@rjambrecic rjambrecic self-assigned this Jun 12, 2024
@rjambrecic rjambrecic linked a pull request Jun 14, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant