fsal commited on
Commit
2626bdd
1 Parent(s): 2166d8b

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
  ## [Simplified app configuration and removed unused functionalities](https://github.com/fsal/streamlit-hf/commit/1488b2aa54cfc27a4adbc430ce53125766588c91)
3
  Fri Feb 2 15:13:56 2024 +0100
4
  - Removed unused imports and tools such as DuckDuckGoSearchRun and WikipediaQueryRun. Also removed the usage of the load_tools function.
 
1
  # AI CHANGELOG
2
+ ## [Disabled sliders and updated default values in Streamlit app, and improved source documents output format](https://github.com/fsal/streamlit-hf/commit/2166d8bb02ff00ce123b688b6bb7e23e8410c5de)
3
+ Fri Feb 2 15:40:47 2024 +0100
4
+ - The sliders for 'Number of Chunks', 'Number of Tokens per Chunk', and 'Chunk Overlap' in the Streamlit app have been disabled. This was done to prevent users from changing these values.
5
+ - The default values for 'Chunk Overlap' and 'Number of Chunks' have been updated. The 'Chunk Overlap' default value has been changed from 0 to 100, and the 'Number of Chunks' default value has been increased from 4 to 200.
6
+ - The output format for the source documents has been improved. The list comprehension in the 'get_runnable' function has been simplified, making the code more readable and efficient.
7
  ## [Simplified app configuration and removed unused functionalities](https://github.com/fsal/streamlit-hf/commit/1488b2aa54cfc27a4adbc430ce53125766588c91)
8
  Fri Feb 2 15:13:56 2024 +0100
9
  - Removed unused imports and tools such as DuckDuckGoSearchRun and WikipediaQueryRun. Also removed the usage of the load_tools function.