Interesting. I saw one more person reporting a similar issue so I will prioritize fixing this. I just created a new discord server for everyone who would like to join: https://discord.gg/uMaGSHNjzc
Given that single projects are not that large, is there a reason you chose Postgres? I imagine using sqlite would reduce the installation complexity of
the solution.
Thanks!
The project is using gorm (gorm.io) so it should be easy to be able to support sqlite as well since all the queries should be db agnostic. I want to make installation/usage as easy as possible so wrapping everything into a docker container and/or using another DB is an option for sure. I will check what is possible to do :)
“OpenAI do all the work” is a very wrong claim in this case.
It’s true that most of the complexity are solved by using LLM, but it’s not everything. There are still a good amount of work needed to be done if you want to build an agent (or even an AI wrapper, if you’re implying it).