latitude-dev / latitude-llm

Work in progress
37 stars 3 forks source link

Implement flydrive abstraction #136

Closed andresgutgon closed 1 week ago

andresgutgon commented 1 week ago

What?

We want to allow users to upload datasets (csv or excel files) to the app. For that we need to handle file uploads. We'll use flydrive extracted from AdonisJS framework ❤️. It allows to have a file system implementation on development and another implementation on production like AWS S3.

What?