Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ from typing_extensions import TypedDict, Annotated
|
|
29 |
from langchain.tools.retriever import create_retriever_tool
|
30 |
|
31 |
# Increase Python's recursion limit at the very start (if needed)
|
32 |
-
sys.setrecursionlimit(
|
33 |
|
34 |
# ------------------------------
|
35 |
# Logging Configuration
|
|
|
29 |
from langchain.tools.retriever import create_retriever_tool
|
30 |
|
31 |
# Increase Python's recursion limit at the very start (if needed)
|
32 |
+
sys.setrecursionlimit(1000)
|
33 |
|
34 |
# ------------------------------
|
35 |
# Logging Configuration
|