-
Notifications
You must be signed in to change notification settings - Fork 437
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
Bug : [ERROR] Worker (pid:1087) was sent SIGKILL! Perhaps out of memory? #844
Comments
Hi @chang-yichen can you share the error trace |
Hi @kartikpersistent I see the following in my terminal: backend | /usr/local/lib/python3.10/site-packages/pydantic/_internal/fields.py:161: UserWarning: Field "model_name" has conflict with protected namespace "model". |
hi @chang-yichen it is related no of workers please reduce the workers according to the CPU capacity |
I am using:
docker-compose up --build
Set up .env file in root folder:
VITE_LLM_MODELS_PROD="diffbot,openai-gpt-3.5,openai-gpt-4o"
OPENAI_API_KEY="your-openai-key"
But get the following error:
[ERROR] Worker (pid:1087) was sent SIGKILL! Perhaps out of memory?
I am able to upload pdf file and click generate graph. But gets stuck at 0% processing:
When I check the neo4j graph, some of the chunks are created:
Not sure what is the issue here.
The text was updated successfully, but these errors were encountered: