LarryBattle / DocuDive

GPT for your wiki pages
MIT License
0 stars 1 forks source link

Launch the LLM in AWS #13

Closed LarryBattle closed 1 year ago

LarryBattle commented 1 year ago

In progress. We're using a modified version of PrivateGPT for the LLM/VectorStore Problem: we're having a problem with accessing the public ips for the EC2 instance. I'll update the security groups shortly.

doubleope commented 1 year ago

I'm working on that

On Thu, Jun 15, 2023 at 9:45 PM Larry Battle @.***> wrote:

In progress, we're having a problem with accessing the public ips for the EC2 instance. I'll update the security groups shortly

— Reply to this email directly, view it on GitHub https://github.com/LarryBattle/DocuDive/issues/13#issuecomment-1594012647, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKTA36CNTRING456U4OMB33XLPCDLANCNFSM6AAAAAAZHKO4NU . You are receiving this because you were assigned.Message ID: @.***>

doubleope commented 1 year ago

almost done

On Thu, Jun 15, 2023 at 10:06 PM Opeyemi Openiyi @.***> wrote:

I'm working on that

On Thu, Jun 15, 2023 at 9:45 PM Larry Battle @.***> wrote:

In progress, we're having a problem with accessing the public ips for the EC2 instance. I'll update the security groups shortly

— Reply to this email directly, view it on GitHub https://github.com/LarryBattle/DocuDive/issues/13#issuecomment-1594012647, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKTA36CNTRING456U4OMB33XLPCDLANCNFSM6AAAAAAZHKO4NU . You are receiving this because you were assigned.Message ID: @.***>

doubleope commented 1 year ago

hey Larry are you working on the instance?

LarryBattle commented 1 year ago

Yeah, sorry about that. I did a restart 20 mins ago because I couldn't relaunch it

LarryBattle commented 1 year ago

Found the issue with why the app wasn't up and running. Working on pushing the changes

In app.py, don't listen on localhost but 0.0.0.0 and make sure the service startups

LarryBattle commented 1 year ago

Done. And launched it to a new EC2 instance. Change here. https://github.com/LarryBattle/DocuDive/pull/27