AI Search External Content Integration - Error: Invalid Batcher Size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 02:45 PM
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?
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 11:11 AM
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