We have limits on a number of different aspects of using Retool, including vector calls, but I would expect you to receive an error for that specific limit, rather than a timeout. 120 seconds is the maximum time for a query to run before timing out, so that could point to an issue with the query running slowly rather than a data/call limit. My guess, just from this info, is if you're trying to upsert 5k-10k rows of data into a vector at a time, you may have to split your dataset into smaller pieces before upserting.
Thank you for these!
I was able to solve the time out issue by using a workflow, but now when I am referring that vector in an LLM chat, it seems like the vector did not store the relevant information.
Interesting. The LLM should be able to reference all complete documents within a vector, although it does matter what model you are using. I just tested it out myself with gpt-4o-mini (the default model) and while it was able to reference multiple documents given to it, it got confused with larger files. I switched to gpt-5 and everything seems to be working well.
The vector size is only limited by the DB size, which is 5 GB for Retool DB.
A workflow takes the db data, breaks it down according to chunk size and then enters a loop which takes chunks one by one and upsert them into vector as seperate documents
The vectorsContext varies depending on how the LLM decides to use the vector documents. So if the LLM decides that it only wants to check one document, that doesn't mean that it only has access to that one document. Without knowing more about your use case, I would guess that either the prompts are too specific to one document, or you could play with the temperature setting. Here is a similar thread on this same issue.
Hi @manahil.ashfaq, I saw that you have an internal support ticket for this as well.
Just for reference to anyone visiting the thread with similar Retool Vector issues: we have noted that this is, in fact, a bug. Retool AI text actions appear to be unaware of certain data from attached Vectors sources. A bug report was made about 2 weeks ago and you can track its progress in this thread.
Cheers team, Any update on this one? The inabiltiy to use url vectors and document vectors on the same query becoming prohibitive on a product launch weβre working toward.
Hey @SplinteredGlassSolutions - thanks for the bump. It doesn't look like there's been any significant progress on this outside of scoping the necessary work, but I'll give the internal ticket a bump on your behalf.