mgbam commited on
Commit
71c8985
·
verified ·
1 Parent(s): 66bd82d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ from typing_extensions import TypedDict, Annotated
28
  from langchain.tools.retriever import create_retriever_tool
29
 
30
  # Optionally increase the recursion limit if needed
31
- sys.setrecursionlimit(1000)
32
 
33
  # ------------------------------
34
  # Logging Configuration
 
28
  from langchain.tools.retriever import create_retriever_tool
29
 
30
  # Optionally increase the recursion limit if needed
31
+ sys.setrecursionlimit(10000)
32
 
33
  # ------------------------------
34
  # Logging Configuration