Skip to content

crashes with not supprted version of libraries in docker log #287

@small1

Description

@small1

Which version of Nextcloud are you using?

v33.0.0

Which version of PHP context_chat are you using?

5.3.1

Which version of backend context_chat are you using?

5.3.0

Nextcloud deployment method?

bare-metal

Describe the Bug

Rhis occurs in the log

RequestsDependencyWarning: urllib3 (2.16.900) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version!

To Reproduce

Install

PHP logs (Warning these might contain sensitive information)

No response

Ex-App logs (Warning these might contain sensitive information)

INFO: - "GET /enabled HTTP/1.1" 200 OK
ggml_cuda_init: failed to initialize CUDA: no CUDA-capable device is detected
/usr/local/lib/python3.11/dist-packages/requests/init.py:113: RequestsDependencyWarning: urllib3 (2.16.900) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version!
warnings.warn(
Waiting for 10 seconds before starting embedding server to allow main app to start
Config file already exists in the persistent storage ("/nc_app_context_chat_backend_data/config.yaml").
Embedder config:
{
"base_url": "http://localhost:5000/v1",
"workers": 1,
"request_timeout": 1800,
"model_name": "em_model",
"auth": null,
"remote_service": false,
"llama": {
"model": "multilingual-e5-large-instruct-q6_k.gguf",
"n_batch": 16,
"n_ctx": 8192
}
}

Server logs (if applicable)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions