h2oai / sql-sidekick

Experiment on QnA tabular data using LLMs and SQL
Apache License 2.0
23 stars 2 forks source link

AWS S3 access key required #83

Closed mtx-z closed 3 months ago

mtx-z commented 4 months ago

Hello,

I'm trying to install your package on a fresh Ubuntu instance. I wonder why the make script asks me for AWS access key? I'm not planning on using AWS services.

If it's required, what kind of key/access are required?

Thank you for this great work.

pramitchoudhary commented 4 months ago

Hi, apologies for late response. It's to access public bucket, but let try to do a better job here. Will update.

RubenAMtz commented 3 months ago

We realized there might be an issue by using the s3cmd cli, I will work on removing this step for the setup and make it optional.

pramitchoudhary commented 3 months ago

Fixed by #84