Azure Document Intelligence API 429 Error When Processing Large PDF with Different Loaders and GPT-4 Embeddings
I’m developing a Streamlit application that processes a large PDF (273 pages) and integrates a chatbot using embeddings and the GPT-4 model (model='text-embedding-ada-002'
). Initially, I used PyPDFium2Loader
successfully but encountered issues when switching to AzureAIDocumentIntelligenceLoader mode=single
.