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
After successfully ingesting or deleting a document, the web front end becomes unresponsive.
Loading new documents: 0it [00:00, ?it/s]
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [36056]
Ctrl+C does not kill the program either. I am accessing the front end from another computer using the -ip 0.0.0.0 option.
The text was updated successfully, but these errors were encountered:
I attempted to run it on local host and can confirm that the server does not crash. I tested again by opening up the -host 0.0.0.0 and when accessing from the local host it still crashes.
Well...I uploaded a very large pdf and it crashed. That is without opening up the host port and running from localhost only.
Loading new documents: 100%|█████████████████████| 1/1 [04:08<00:00, 248.76s/it]
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [43054]
WARNING:chromadb:Using embedded DuckDB with persistence: data will be stored in: /home/pinata/pautobot-data/contexts/0/search_db
WARNING:chromadb:Using embedded DuckDB with persistence: data will be stored in: /home/pinata/pautobot-data/contexts/0/search_db
Exception ignored in: <function LLModel.__del__ at 0x7f3fd57f3b50>
Traceback (most recent call last):
File "/home/pinata/.local/lib/python3.10/site-packages/gpt4all/pyllmodel.py", line 131, in __del__
AttributeError: 'NoneType' object has no attribute 'llmodel_model_destroy'
After successfully ingesting or deleting a document, the web front end becomes unresponsive.
Ctrl+C does not kill the program either. I am accessing the front end from another computer using the -ip 0.0.0.0 option.
The text was updated successfully, but these errors were encountered: