joshuasundance-swca commited on
Commit
d08817e
1 Parent(s): 40604be

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +5 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
  # AI CHANGELOG
 
 
 
 
 
2
  ## [Improved text formatting in Q&A response](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/4eaf9de17247ed7e6bdc1771ff31639cca9e903d)
3
  Thu Sep 28 20:39:28 2023 -0400
4
  - This commit adjusts the formatting of the Q&A response in the langchain-streamlit-demo app. It adds an extra newline between the question and answer parts, and another newline between each Q&A pair for better readability.
 
1
  # AI CHANGELOG
2
+ ## [Updated application version to 0.0.9](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/40604bea7723c4c05b4c36289950e6d8a25b7690)
3
+ Thu Sep 28 20:41:33 2023 -0400
4
+ - The version number in the bumpver.toml file has been updated from 0.0.8 to 0.0.9.
5
+ - The Docker image version for the langchain-streamlit-demo app in the Kubernetes resources.yaml file has been updated from 0.0.8 to 0.0.9.
6
+ - The __version__ variable in the app.py file of the langchain-streamlit-demo app has been updated from 0.0.8 to 0.0.9.
7
  ## [Improved text formatting in Q&A response](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/4eaf9de17247ed7e6bdc1771ff31639cca9e903d)
8
  Thu Sep 28 20:39:28 2023 -0400
9
  - This commit adjusts the formatting of the Q&A response in the langchain-streamlit-demo app. It adds an extra newline between the question and answer parts, and another newline between each Q&A pair for better readability.