aks-openai-chainlit-terraform
aks-openai-chainlit-terraform copied to clipboard
This sample shows how to create two AKS-hosted chat applications that use OpenAI, LangChain, ChromaDB, and Chainlit using Python and deploy them to an AKS environment built in Terraform.
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.4. Release notes Sourced from aiohttp's releases. 3.9.4 Bug fixes The asynchronous internals now set the underlying causes when assigning exceptions to the future objects...
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
### Description: Upon configuring an AKS (Azure Kubernetes Service) cluster using Terraform, an error occurs during the deployment process. The error message states that the AKS API no longer supports...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.1.1 to 0.1.35. Release notes Sourced from langchain-core's releases. v0.1.13 What's Changed experimental[patch]: release 0.0.54 by @efriis in langchain-ai/langchain#19000 templates: bump lockfile deps by @efriis in langchain-ai/langchain#19001...
## Purpose * Typo "Azure Open AI Service"→"Azure OpenAI Service" * https://github.com/Azure-Samples/aks-openai-chainlit-terraform/blob/main/README.m * #PingMSFTDocs ## Does this introduce a breaking change? ``` [ ] Yes [x] No ``` ## Pull...
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.351 to 0.1.11. Release notes Sourced from langchain's releases. v0.1.11 What's Changed more query analysis docs by @hwchase17 in langchain-ai/langchain#18358 docs: anthropic qa quickstart by @baskaryan in...
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...
Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.6 to 0.0.7. Changelog Sourced from python-multipart's changelog. 0.0.7 (2024-02-03) Refactor header option parser to use the standard library instead of a custom RegEx #75. Commits c83e6da...