clidey / whodb

A lightweight next-gen data explorer - Postgres, MySQL, SQLite, MongoDB, Redis, MariaDB & Elastic Search with Chat interface
https://whodb.clidey.com
GNU General Public License v3.0
1.92k stars 56 forks source link

With a large schema, I get: Unable to query. Try again. bufio.Scanner: token too long #231

Closed viovanov closed 1 week ago

viovanov commented 2 weeks ago

I have a pretty large schema, and when I try to use Houdini with ollama (llama3.2:latest), I get that error.

I found this https://github.com/ollama/ollama/issues/687#issuecomment-1745678880, might be relevant?

hkdeman commented 2 weeks ago

Thank you for pointing this out! Could you please the error?

viovanov commented 2 weeks ago

@hkdeman this is the error

Try again. bufio.Scanner: token too long

I don't see any errors in the logs of the container.

viovanov commented 2 weeks ago

image

image

viovanov commented 2 weeks ago

@hkdeman anything else I can do to help debugging?

hkdeman commented 1 week ago

Thank you for sending the details here! https://github.com/clidey/whodb/pull/238. Tried fixing this bug on this PR. Do let us know if the latest changes fix your bug.

When the Clidey Flow finishes, the new version should be available on the DockerHub:

Clidey build status
viovanov commented 1 week ago

awesome, thanks @hkdeman!