Enhancing Document Extraction with Azure AI Document Intelligence and LangChain for RAG Workflows.
18/07/2024
Introduction The recent advances in LLMs have created opportunities for businesses to gain new insight into their unstructured text data. A classic example of this has been using the popular Retrieval Augmented Generation pattern (e.g. https://github.com/Azure/GPT-RAG) in which enterprise documents are used as context to answer user questions. These implementations can…