fsal
commited on
Commit
·
ba0d57d
1
Parent(s):
3dbe632
Update AI Changelog
Browse files- AI_CHANGELOG.md +5 -0
AI_CHANGELOG.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
# AI CHANGELOG
|
|
|
|
|
|
|
|
|
|
|
2 |
## [Updated tool instructions and test questions](https://github.com/fsal/streamlit-hf/commit/31bc3504284659b8c928d492f29437978c0c2faa)
|
3 |
Wed Feb 14 12:52:20 2024 +0100
|
4 |
- 1. Updated the doc_chain_tool function's docstring to include a warning about not trusting the tool if it claims to have no direct information.
|
|
|
1 |
# AI CHANGELOG
|
2 |
+
## [Updated comments, test questions, and added a prompt template](https://github.com/fsal/streamlit-hf/commit/3dbe632ce7bf3c27c7cbbbb676ee1d6a718b60bf)
|
3 |
+
Wed Feb 14 15:03:25 2024 +0100
|
4 |
+
- 1. Updated the comment in 'app.py' to clarify that the input must be a question.
|
5 |
+
- 2. Capitalized the first letter of a test question in 'defaults.py' for consistency.
|
6 |
+
- 3. Imported 'PromptTemplate' in 'llm_resources.py' and added a new prompt template for the 'MultiQueryRetriever' that instructs the AI to generate 3 different versions of a user question.
|
7 |
## [Updated tool instructions and test questions](https://github.com/fsal/streamlit-hf/commit/31bc3504284659b8c928d492f29437978c0c2faa)
|
8 |
Wed Feb 14 12:52:20 2024 +0100
|
9 |
- 1. Updated the doc_chain_tool function's docstring to include a warning about not trusting the tool if it claims to have no direct information.
|