You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a self-hosted instance on 4 cores and 16GB of RAM.
My documents have indexed correctly, chat is working correctly but I noticed a slight delay forming after asking the questions recently. I checked the API server logs and noticed that after every chat question asked, the error
ERROR: 01/22/2025 03:35:21 PM long_term_log.py 49: Error during log rotation cleanup: [Errno 2] No such file or directory: '/tmp/long_term_log/llm_prompt/2025-01-21_17-54-39-729025.json'
appears about 20 times, following this error, which also appears about 20 times:
ERROR: 01/22/2025 03:35:22 PM long_term_log.py 47: Error deleting old log file /tmp/long_term_log/llm_prompt/2025-01-21_18-38-23-412271.json: [Errno 2] No such file or directory: '/tmp/long_term_log/llm_prompt/2025-01-21_18-38-23-412271.json'
This whole process takes about 2 seconds and appears between: NOTICE: 01/22/2025 03:35:20 PM timing.py 41: _get_sections took 0.235 seconds
... NOTICE: 01/22/2025 03:35:23 PM timing.py 41: filter_sections took 2.501 seconds
Might try removing all connectors and reindexing them. Probably will dig a bit into the python file to trace the error but my knowledge of the codebase is quite limited.
The text was updated successfully, but these errors were encountered:
Running a self-hosted instance on 4 cores and 16GB of RAM.
My documents have indexed correctly, chat is working correctly but I noticed a slight delay forming after asking the questions recently. I checked the API server logs and noticed that after every chat question asked, the error
ERROR: 01/22/2025 03:35:21 PM long_term_log.py 49: Error during log rotation cleanup: [Errno 2] No such file or directory: '/tmp/long_term_log/llm_prompt/2025-01-21_17-54-39-729025.json'
appears about 20 times, following this error, which also appears about 20 times:
ERROR: 01/22/2025 03:35:22 PM long_term_log.py 47: Error deleting old log file /tmp/long_term_log/llm_prompt/2025-01-21_18-38-23-412271.json: [Errno 2] No such file or directory: '/tmp/long_term_log/llm_prompt/2025-01-21_18-38-23-412271.json'
This whole process takes about 2 seconds and appears between:
NOTICE: 01/22/2025 03:35:20 PM timing.py 41: _get_sections took 0.235 seconds
...
NOTICE: 01/22/2025 03:35:23 PM timing.py 41: filter_sections took 2.501 seconds
Might try removing all connectors and reindexing them. Probably will dig a bit into the python file to trace the error but my knowledge of the codebase is quite limited.
The text was updated successfully, but these errors were encountered: