joshuasundance-swca commited on
Commit
43566bc
1 Parent(s): 2d1ba79

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +3 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
  # AI CHANGELOG
 
 
 
2
  ## [Updated caching decorator and minor code formatting](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/5cdfa32bdb13c91564a4e175bafe1bc04414d1d8)
3
  Mon Nov 27 14:47:58 2023 -0600
4
  - Replaced the `@st.cache_data` decorator with `@st.cache_resource` in `app.py` for the `get_texts_and_retriever_cacheable_wrapper` function. This change might be due to an update in the library or to utilize a more suitable caching method.
 
1
  # AI CHANGELOG
2
+ ## [Updated version from 0.2.0 to 0.3.0](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/2d1ba795654b4c65e705f42a92eae7a382cc8e66)
3
+ Mon Nov 27 16:46:11 2023 -0500
4
+ - The version number has been updated from 0.2.0 to 0.3.0 in multiple files. This includes the bumpver.toml, which controls the project versioning, the Kubernetes resources.yaml, which specifies the Docker image version to use, and the main app.py file, which includes a version number for display in the web app.
5
  ## [Updated caching decorator and minor code formatting](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/5cdfa32bdb13c91564a4e175bafe1bc04414d1d8)
6
  Mon Nov 27 14:47:58 2023 -0600
7
  - Replaced the `@st.cache_data` decorator with `@st.cache_resource` in `app.py` for the `get_texts_and_retriever_cacheable_wrapper` function. This change might be due to an update in the library or to utilize a more suitable caching method.