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
252
stars
130
forks
source link
Fix: package vulnerability and indexer deployment #177
Purpose
Fixes #176 and vite vulnerability. vite 4.0.0 - 4.5.1 Severity: high Vite XSS vulnerability in
server.transformIndexHtml
via URL payload - https://github.com/advisories/GHSA-92r3-m2mg-pj97 Vite dev server optionserver.fs.deny
can be bypassed when hosted on case-insensitive filesystem - https://github.com/advisories/GHSA-c24v-8rfc-w8vwDoes this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information