AI Search External Content Integration - Error: Invalid Batcher Size

davitvoski
Tera Expert

Hey everyone,

 

Having issues with integrating an external content with AI Search using a flow.

So, the limit of initializing a batcher appears to be 1000 however I have more records that I need to pull to index and changing the following property doesn't help "glide.ais.ingestion.batcher_queue_size". For now, we have around 4000 records but it might increase/decrease.

 

Is there a way to increase the size limit of the batcher?

davitvoski_0-1706827299289.png

Please see the image above which is the OOTB "Initialize Batcher" Action. I'm certain this throws the error of "java.lang.IllegalArgumentException: Batcher size too large. Max entry count : 1000"
I can get 999 articles to work but can't get any more than 1000 and doesn't seem I have any control over it.
There is no documentation for the script that is being used here anywhere either.

You anyone can help, please let me know.

1 REPLY 1

davitvoski
Tera Expert

Fixed my mistake, folks, it was actually I wasn't checking for the right error message to flush my batcher hence I was getting that error. 
Any question regarding external content feel free to ask, got my integration working