but wasn't sure if it was something that was interesting or
as mentioned in the issue there are technical limitations to having a string attribute of unlimited length...so use a big number
how big does it go?
I was trying to find the max size for it, google didn't help though I didn' search the appwrite docs that well
hey do you guys want an AI bot that can answer questions for you on Discord?
I feel like if you indexed your documentation and put it inside something like Danswer you could have it try to answer questions ahead of time and you just approve the answer if it's easy
I already have it indexed, I can host it if you'd like
right but do I need to go into the DB directly and add this value?
As you can see, even TEXT in MariaDB has some limitations regarding length. If you want to be extra safe, I would recommend LONGTEXT by setting size to 16777216. That will under the hood create A LONGTEXTTEXT column with a maximum length of 4,294,967,295 or 4GB ( 2^32 - 1 ) characters..
thanks for the suggestion
if you link the endpoints to a simple discord bot instead it would probably be the easiest thing to do
I can do it if you'd like next week, let me know if you are interested
no...set a big size
yeah I tried that I'm confused though because before if I had too many attributes with like 6000-12000 it would have given me an error about size
that's why I was asking like that
maybe it was in the old version I was using
womp. no discord data source and the github data source only pulls in PRs
so try a big number now and let me know how that goes
what's attribute_limit_exceeded
I assume that means I need a new database?
ohhh I gotta make it bigger
lol
Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...