0 I am implementing RAG using azure AI search. I have created the index nd have 2605 document chunks in all to upload to the index. The peculiar behaviour that I have observed is : i cannot upload all 2605 chunks in one go. I try passing these in batch sizes of 600, by loooping over and passing 600 in every iteration. I end up uploading only 2000.
https://stackoverflow.com/questions/78153996/uploading-documents-to-azure-ai-search

