OpenAI: Upsert to Vector timeout

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

Hey @Tanguy ,

I’ve been testing on my end and encountered some timeouts as well. As a workaround, you might want to try splitting the data into smaller chunks to avoid this issue.

I’ve also submitted an internal request for the team to review the performance when adding information to vectors from tables.
A member of our team will keep you updated once we have more information!