joshuasundance-swca commited on
Commit ·
3b54d51
1
Parent(s): 3fddfc9
Update AI Changelog
Browse files- AI_CHANGELOG.md +5 -0
AI_CHANGELOG.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
# AI CHANGELOG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
## [Added PythonCompatibilityInspectionAdvertiser to misc.xml and updated agent_type in python_coder.py](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/04cf693d125a71f61b12ce8f5f8024c79fe9908c)
|
| 3 |
Mon Dec 18 10:59:56 2023 -0500
|
| 4 |
- In the misc.xml file, a new component 'PythonCompatibilityInspectionAdvertiser' was added to the project. This component is used for inspecting python compatibility.
|
|
|
|
| 1 |
# AI CHANGELOG
|
| 2 |
+
## [Updated application version to 2.1.2](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/3fddfc9d34f66f92255f6a0d0878e20db401d694)
|
| 3 |
+
Mon Dec 18 11:02:13 2023 -0500
|
| 4 |
+
- Bumped the current version of the application in the bumpver.toml file from 2.1.1 to 2.1.2.
|
| 5 |
+
- Updated the version of the Docker image used in the Kubernetes resources.yaml file from 2.1.1 to 2.1.2.
|
| 6 |
+
- Changed the __version__ variable in the app.py file of the langchain-streamlit-demo application from 2.1.1 to 2.1.2.
|
| 7 |
## [Added PythonCompatibilityInspectionAdvertiser to misc.xml and updated agent_type in python_coder.py](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/04cf693d125a71f61b12ce8f5f8024c79fe9908c)
|
| 8 |
Mon Dec 18 10:59:56 2023 -0500
|
| 9 |
- In the misc.xml file, a new component 'PythonCompatibilityInspectionAdvertiser' was added to the project. This component is used for inspecting python compatibility.
|