You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: batch OpenAI embeddings to respect 2048 input limit (#39)
Schemas with more than 2048 columns fail with OpenAI embeddings API
error: "Invalid input: array length must be 2048 or less."
Batch input in chunks of 2000 before sending to the API.
Closes#39
0 commit comments