fsal commited on
Commit
e638961
1 Parent(s): 5bece5a

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
  ## [Refactored Streamlit app for document chat feature](https://github.com/fsal/streamlit-hf/commit/b85d32f57e72fbdc6d8f47c1d1a3f53614a4feb1)
3
  Sun Feb 18 00:09:47 2024 +0100
4
  - This commit includes several changes to the document chat feature of the Streamlit app. The 'StreamlitCallbackHandler' import was commented out and replaced with a 'get_runnable' function to create the chat chain. The error message when no PDF is uploaded was changed from an error to a warning. A spinner was added to indicate when the application is 'thinking', and the response time is now displayed. The sources of the response are now stored in the session state and displayed in an expandable section. The 'chain' is now created with the 'get_runnable' function instead of 'get_agent'.
 
1
  # AI CHANGELOG
2
+ ## [Updated response handling and test questions in langchain-streamlit-demo](https://github.com/fsal/streamlit-hf/commit/5bece5a4841ad9f7e697055aac3d66719c39b528)
3
+ Sun Mar 10 23:05:46 2024 +0100
4
+ - The commit includes changes in the app.py and defaults.py files of the langchain-streamlit-demo project. In app.py, the type of 'full_response' was expanded to include dictionary and the number of source documents displayed was increased from 3 to all. Each source is now also enumerated. In defaults.py, a typo in one of the test questions was corrected.
5
  ## [Refactored Streamlit app for document chat feature](https://github.com/fsal/streamlit-hf/commit/b85d32f57e72fbdc6d8f47c1d1a3f53614a4feb1)
6
  Sun Feb 18 00:09:47 2024 +0100
7
  - This commit includes several changes to the document chat feature of the Streamlit app. The 'StreamlitCallbackHandler' import was commented out and replaced with a 'get_runnable' function to create the chat chain. The error message when no PDF is uploaded was changed from an error to a warning. A spinner was added to indicate when the application is 'thinking', and the response time is now displayed. The sources of the response are now stored in the session state and displayed in an expandable section. The 'chain' is now created with the 'get_runnable' function instead of 'get_agent'.