Azure-Samples / azure-search-openai-javascript

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
237 stars 121 forks source link

Document Intelligence resource deployed but not used #183

Closed JasonHaley closed 7 months ago

JasonHaley commented 7 months ago

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)

Minimal steps to reproduce

azd auth login azd up

Expected/desired behavior

only deploy resources that are used

JasonHaley commented 7 months ago

This can be closed. It was fixed this week.