joshuasundance-swca
commited on
Commit
·
585bd76
1
Parent(s):
4eaf9de
Update AI Changelog
Browse files- AI_CHANGELOG.md +3 -0
AI_CHANGELOG.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
# AI CHANGELOG
|
|
|
|
|
|
|
2 |
## [Updated application version to 0.0.8](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/8c80fe821129d05b8b714beb56a4e0bbca6ce676)
|
3 |
Thu Sep 28 20:36:46 2023 -0400
|
4 |
- The application's version number has been updated from 0.0.7 to 0.0.8 in the following files: bumpver.toml, resources.yaml, and app.py.
|
|
|
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.
|
5 |
## [Updated application version to 0.0.8](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/8c80fe821129d05b8b714beb56a4e0bbca6ce676)
|
6 |
Thu Sep 28 20:36:46 2023 -0400
|
7 |
- The application's version number has been updated from 0.0.7 to 0.0.8 in the following files: bumpver.toml, resources.yaml, and app.py.
|