Spaces:
Running
Running
Update app.py
Browse files
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(
|
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
|