Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Crashes on Doc Upload or Deletion #28

Open
PinataPost opened this issue Jun 16, 2023 · 2 comments
Open

Server Crashes on Doc Upload or Deletion #28

PinataPost opened this issue Jun 16, 2023 · 2 comments

Comments

@PinataPost
Copy link

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.

@PinataPost
Copy link
Author

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.

@PinataPost
Copy link
Author

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant