Hi,
I've added a Vector to upsert infomation. It works fine on a small data set (although slow). But on a larger dataset it gets to 120secs and times out. Is there anything that can be done to speed up the vectoring process?
Here are more details:
I have a MySQL query that pulls data into table49.
It then triggers vector_ppc_upsert query that adds data to the named vector.
After that an AI query will run using the data in that named vector.
Thank you
Tanguy