joshuasundance-swca commited on
Commit
e351785
1 Parent(s): ead1471

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +4 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
  # AI CHANGELOG
 
 
 
 
2
  ## [Upgraded project version from 0.3.0 to 1.0.0](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/a338494f3816bbb77360d2f43a515d1cc39cd760)
3
  Wed Nov 29 16:05:50 2023 -0500
4
  - Updated the current version in bumpver.toml from 0.3.0 to 1.0.0.
 
1
  # AI CHANGELOG
2
+ ## [Refactored error handling and added support for AzureOpenAIEmbeddings](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/ead1471ab8d44f8e1ad885100ba614a8a589de5a)
3
+ Thu Nov 30 15:12:53 2023 -0500
4
+ - This commit includes two main changes. First, the error handling in 'app.py' was refactored to correct the namespace for 'openai.AuthenticationError'.
5
+ - Second, in 'llm_resources.py', the code was updated to include support for 'AzureOpenAIEmbeddings' in addition to the existing 'OpenAIEmbeddings'. This allows the application to use either OpenAI's standard embeddings or Azure's version, depending on the provided configuration.
6
  ## [Upgraded project version from 0.3.0 to 1.0.0](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/a338494f3816bbb77360d2f43a515d1cc39cd760)
7
  Wed Nov 29 16:05:50 2023 -0500
8
  - Updated the current version in bumpver.toml from 0.3.0 to 1.0.0.