VX3

Results 12 comments of VX3

I've tested this with a fresh install and after the password is updated via umbrel.local I can login in via SSH with the new password. Sure you're not mistyping the...

This would be nice to have alongside Pi-Hole. Maybe one for the app store, I wouldn't want this hard-coded like TOR. https://github.com/getumbrel/umbrel/blob/master/apps/README.md#1-containerizing-the-app-using-docker

Standard error message when the text provided is too long and based on your max_token setting you've set the response length to be quiet small as well Couple of options...

How big is your table, how many rows and what size? It looks like the main issue is with the fact that table_1 is taking a while to import or...

Thanks for the additional detail and it's good to rule out a large dataset/unoptimized DB being the issue. You are correct - by specifying table_1 as a flag you're telling...

I did some further testing with your code to see if I could replicate the timing: ![image](https://user-images.githubusercontent.com/40268197/235323941-07ac7d85-7802-46ca-88c5-d9956449ad87.png) I'm using localhost so I'm now wondering if your remote DB might be...

I initially thought network latency might be at play here but I can't seem to replicate - I tested this with a remote PostgreSQL DB on Vercel - 100 rows...

@caffreyN @dongzeli95 It might be worth opening a new issue - post your code and replication steps as bug, might need a PR here.

I think there's other factors at play - I connect to a local/remote DB from both local and an hosted environment and my DB has 100+ rows. All operations were...

> > @Veeeetzzzz I have been having the same issue and followed the advice here: > > https://stackoverflow.com/questions/76525263/langchains-sqldatabasesequentialchain-to-query-database > > However, it seems I cannot query any views > >...