fsal commited on
Commit
54d6870
1 Parent(s): e411816

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
  ## [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.
 
1
  # AI CHANGELOG
2
+ ## [Adjusted default values and modified output formatting](https://github.com/fsal/streamlit-hf/commit/e4118166429ff6939e262f1c4976b90c49ab3d23)
3
+ Fri Feb 2 15:48:02 2024 +0100
4
+ - Changed the default maximum tokens from 300 to 1000 in defaults.py.
5
+ - Reduced the default retriever_k value from 200 to 10 in defaults.py.
6
+ - In llm_resources.py, updated the get_runnable function to limit the number of source documents printed to 3.
7
  ## [Disabled sliders and updated default values in Streamlit app, and improved source documents output format](https://github.com/fsal/streamlit-hf/commit/2166d8bb02ff00ce123b688b6bb7e23e8410c5de)
8
  Fri Feb 2 15:40:47 2024 +0100
9
  - 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.