A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences.
MIT License
254
stars
132
forks
source link
Remove the Form Recognizer (Document Intelligence) resources and para… #187
I see a Azure Document Intelligence resource deployed when provisioning to Azure, but I don't see any usage of it.
In the other RAG demos it is used when processing the PDF file, but it looks like this demo uses the mozilla/pdfjs-dist for that functionality.
Am I missing something?
I can create a PR to remove it (if I am correct).
This issue is for a: (mark with an x)
- [x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
I see a Azure Document Intelligence resource deployed when provisioning to Azure, but I don't see any usage of it.
In the other RAG demos it is used when processing the PDF file, but it looks like this demo uses the mozilla/pdfjs-dist for that functionality.
Am I missing something?
I can create a PR to remove it (if I am correct).
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Expected/desired behavior