Connor Sutton commited on
Commit
514e5c1
·
2 Parent(s): 922b1b8 c7f2fc6

Merge branch 'main' of https://github.com/joshuasundance-swca/langchain-streamlit-demo into doc-agent

Browse files
Files changed (2) hide show
  1. .github/dependabot.yml +4 -0
  2. AI_CHANGELOG.md +3 -0
.github/dependabot.yml CHANGED
@@ -9,3 +9,7 @@ updates:
9
  directory: "/" # Location of package manifests
10
  schedule:
11
  interval: "weekly"
 
 
 
 
 
9
  directory: "/" # Location of package manifests
10
  schedule:
11
  interval: "weekly"
12
+ groups:
13
+ app:
14
+ patterns:
15
+ - "*"
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
  # AI CHANGELOG
 
 
 
2
  ## [Refactor Memory Management and Remove Intermediate Steps](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/3a2b820bcfb7ef8dc4157626de454be9267e1e91)
3
  Tue Dec 19 09:35:23 2023 -0500
4
  - This commit refactors the memory management in the Streamlit app and other resources. It replaces the 'AgentTokenBufferMemory' with 'ConversationBufferMemory' for a more efficient memory usage. The 'return_messages' flag is set to 'True' in the new memory management system.
 
1
  # AI CHANGELOG
2
+ ## [Updated Dependabot configuration](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/4e2d2fd2be93bc022093064214e372833debd235)
3
+ Tue Dec 19 13:24:43 2023 -0500
4
+ - Added a new group 'app' in the Dependabot configuration file to include all dependencies ('*'). This will group updates for all dependencies together.
5
  ## [Refactor Memory Management and Remove Intermediate Steps](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/3a2b820bcfb7ef8dc4157626de454be9267e1e91)
6
  Tue Dec 19 09:35:23 2023 -0500
7
  - This commit refactors the memory management in the Streamlit app and other resources. It replaces the 'AgentTokenBufferMemory' with 'ConversationBufferMemory' for a more efficient memory usage. The 'return_messages' flag is set to 'True' in the new memory management system.