yrobel-lima commited on
Commit
8dd51bd
1 Parent(s): d09b02f

Update rag_chain/chain.py

Browse files
Files changed (1) hide show
  1. rag_chain/chain.py +1 -1
rag_chain/chain.py CHANGED
@@ -166,7 +166,7 @@ def get_rag_chain(
166
  memory = ConversationBufferWindowMemory(
167
  memory_key="history",
168
  return_messages=True,
169
- k=6,
170
  )
171
 
172
  # Set up runnable using LCEL
 
166
  memory = ConversationBufferWindowMemory(
167
  memory_key="history",
168
  return_messages=True,
169
+ k=8,
170
  )
171
 
172
  # Set up runnable using LCEL