Does it ever become complex to run thousands of AI enrichment rows at the same time due to limits, when using API Tier 2 key? How to overcome this?
Yes, running thousands of AI enrichments simultaneously can cause complexity due to API tier limits and performance issues. To overcome these issues: • Process in smaller batches - With lower API tiers (like Anthropic tier 1), process around 50 rows at a time instead of thousands • Test before scaling - Start with 5-10 rows, then 50, then 500 to avoid issues • Use conditional runs - Set up "Only run if" conditions in Run Settings to limit enrichments to relevant rows only • Use filtered views - Only enrich rows in your current view to manage processing load Performance issues are more likely with larger tables and complex workflows, so batching and conditional logic help manage both API limits and system performance.
What about openai tier 2?
With OpenAI Tier 2, you'll have higher rate limits than Tier 1, allowing for better performance when processing thousands of AI enrichments. Best practices for efficient processing: • Test before scaling - Start with 5-10 rows, then 50, then 500 to ensure everything works properly • Use conditional runs - Set up "Only run if" conditions in Run Settings to limit enrichments to relevant rows only • Use filtered views - Only enrich rows in your current view to manage processing load and save credits • Monitor your limits - Check your OpenAI API usage and limits within your OpenAI account to avoid hitting rate limits While Tier 2 provides better performance than lower tiers, you should still batch your processing and use conditional logic to optimize both performance and credit usage.
Hey Petar - Just wanted to check in, were you able to figure this out?
Kinda
Is there a spdcific error if token limit reached?
I can take a look at what might be going on - can you share the link to your table?
Nothing's going on atm. I was asking since I plan on scaling. I'm looking for the most automated way to run my workflow. Can I easily start 1000 rows wigh 4 AI enrichments at once?
Amazing. Thanks!