Commit
·
b7d12b7
1
Parent(s):
99b802e
about to break layout
Browse files
app.log
CHANGED
@@ -51147,3 +51147,29 @@ For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/er
|
|
51147 |
2025-06-07 07:13:05:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
51148 |
2025-06-07 07:13:30:__main__:INFO: Starting the interface
|
51149 |
2025-06-07 07:13:37:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51147 |
2025-06-07 07:13:05:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
51148 |
2025-06-07 07:13:30:__main__:INFO: Starting the interface
|
51149 |
2025-06-07 07:13:37:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
51150 |
+
2025-06-07 07:14:19:__main__:INFO: Starting the interface
|
51151 |
+
2025-06-07 07:14:28:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
51152 |
+
2025-06-07 07:14:51:__main__:INFO: Starting the interface
|
51153 |
+
2025-06-07 07:15:03:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
|
51154 |
+
2025-06-07 07:15:37:__main__:INFO: Prompt: You are a helpful assistant.
|
51155 |
+
2025-06-07 07:16:12:__main__:INFO: Prompt: You are a helpful assistant.
|
51156 |
+
2025-06-07 07:17:06:__main__:ERROR: Exception occurred
|
51157 |
+
Traceback (most recent call last):
|
51158 |
+
File "/home/user/app/app.py", line 99, in chat_fn
|
51159 |
+
async for stream_mode, chunk in graph.astream(
|
51160 |
+
File "/usr/local/lib/python3.10/site-packages/langgraph/pregel/__init__.py", line 2677, in astream
|
51161 |
+
raise GraphRecursionError(msg)
|
51162 |
+
langgraph.errors.GraphRecursionError: Recursion limit of 20 reached without hitting a stop condition. You can increase the limit by setting the `recursion_limit` config key.
|
51163 |
+
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/GRAPH_RECURSION_LIMIT
|
51164 |
+
2025-06-07 07:17:12:__main__:INFO: Prompt: You are a helpful assistant.
|
51165 |
+
2025-06-07 07:17:13:__main__:ERROR: Exception occurred
|
51166 |
+
Traceback (most recent call last):
|
51167 |
+
File "/home/user/app/app.py", line 99, in chat_fn
|
51168 |
+
async for stream_mode, chunk in graph.astream(
|
51169 |
+
File "/usr/local/lib/python3.10/site-packages/langgraph/pregel/__init__.py", line 2677, in astream
|
51170 |
+
raise GraphRecursionError(msg)
|
51171 |
+
langgraph.errors.GraphRecursionError: Recursion limit of 20 reached without hitting a stop condition. You can increase the limit by setting the `recursion_limit` config key.
|
51172 |
+
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/GRAPH_RECURSION_LIMIT
|
51173 |
+
2025-06-07 07:18:00:__main__:INFO: Prompt: You are a helpful assistant.
|
51174 |
+
2025-06-07 07:18:21:__main__:INFO: Prompt: You are a helpful assistant.
|
51175 |
+
2025-06-07 07:19:28:__main__:INFO: Prompt: You are a helpful assistant.
|
app.py
CHANGED
@@ -362,8 +362,8 @@ footer {visibility: hidden}
|
|
362 |
}
|
363 |
|
364 |
.wrap.sidebar-parent {
|
365 |
-
min-height:
|
366 |
-
height:
|
367 |
}
|
368 |
|
369 |
#main-app {
|
|
|
362 |
}
|
363 |
|
364 |
.wrap.sidebar-parent {
|
365 |
+
min-height: 1500px !important;
|
366 |
+
height: 1500px !important;
|
367 |
}
|
368 |
|
369 |
#main-app {
|