fsal commited on
Commit
ef29135
1 Parent(s): 9032eee

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +8 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
  # AI CHANGELOG
 
 
 
 
 
 
 
 
2
  ## [Modified source documents output in get_runnable function](https://github.com/fsal/streamlit-hf/commit/94c35e7041096dc877ecb64344511a56e8d1188f)
3
  Fri Feb 2 15:50:56 2024 +0100
4
  - This commit changes the get_runnable function in llm_resources.py. Previously, it was displaying the content of the 4th source document onwards. After the change, it now shows the content of the first 3 source documents.
 
1
  # AI CHANGELOG
2
+ ## [Update Dockerfile, modify chatbot behavior and add new dependencies](https://github.com/fsal/streamlit-hf/commit/9032eeeefab2e2a3f2256743c3ed54aade53df5b)
3
+ Wed Feb 14 01:14:25 2024 +0100
4
+ - 1. Dockerfile: Changed the base image from python:3.11-slim-bookworm to python:3.11 and added gcc and tesseract-ocr packages.
5
+ - 2. app.py: Multiple modifications were made to the chatbot's behavior, including changes to how it handles questions and responses. Additionally, code has been commented out and new code has been added.
6
+ - 3. defaults.py: The DEFAULT_MODEL environment variable has been updated, and the system prompt has been changed to Italian. Additional test questions have also been added.
7
+ - 4. llm_resources.py: Changes have been made to how the document agent and runnable are generated. The PyPDFLoader has been replaced with PyMuPDFLoader.
8
+ - 5. web.py: The DuckDuckGoSearchAPIWrapper import has been updated to use the community version.
9
+ - 6. requirements.txt: Added a new dependency, pymupdf.
10
  ## [Modified source documents output in get_runnable function](https://github.com/fsal/streamlit-hf/commit/94c35e7041096dc877ecb64344511a56e8d1188f)
11
  Fri Feb 2 15:50:56 2024 +0100
12
  - This commit changes the get_runnable function in llm_resources.py. Previously, it was displaying the content of the 4th source document onwards. After the change, it now shows the content of the first 3 source documents.