joshuasundance-swca
commited on
Commit
·
fbe3579
1
Parent(s):
56dd4e0
Update AI Changelog
Browse files- AI_CHANGELOG.md +5 -0
AI_CHANGELOG.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
# AI CHANGELOG
|
|
|
|
|
|
|
|
|
|
|
2 |
## [Bumped version from 1.0.2 to 1.0.3](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/1c0c6c5c2e58321a2dd5f58c079c070d601e315c)
|
3 |
Thu Dec 7 10:25:07 2023 -0500
|
4 |
- Updated the version number in bumpver.toml, the Docker image version in the Kubernetes resources.yaml, and the application version in the app.py file of the langchain-streamlit-demo.
|
|
|
1 |
# AI CHANGELOG
|
2 |
+
## [Updated Azure endpoint configuration in embeddings_kwargs](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/56dd4e0c90ab9ec09be58c184e6bf100398c9be8)
|
3 |
+
Thu Dec 7 11:00:31 2023 -0500
|
4 |
+
- This commit modifies the 'get_texts_and_retriever' function in the 'llm_resources.py' file.
|
5 |
+
- If 'use_azure' is True and 'azure_kwargs' is provided, the 'azure_endpoint' is now set with the value from 'openai_api_base'.
|
6 |
+
- This update ensures that the correct Azure endpoint is used when creating AzureOpenAIEmbeddings.
|
7 |
## [Bumped version from 1.0.2 to 1.0.3](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/1c0c6c5c2e58321a2dd5f58c079c070d601e315c)
|
8 |
Thu Dec 7 10:25:07 2023 -0500
|
9 |
- Updated the version number in bumpver.toml, the Docker image version in the Kubernetes resources.yaml, and the application version in the app.py file of the langchain-streamlit-demo.
|