Feature/gpu support #25
Triggered via pull request
February 29, 2024 14:10
Status
Failure
Total duration
56m 43s
Artifacts
–
Annotations
7 errors
Ruff (F841):
context_chat_backend/controller.py#L89
context_chat_backend/controller.py:89:2: F841 Local variable `sources` is assigned to but never used
|
Ruff (C417):
context_chat_backend/controller.py#L89
context_chat_backend/controller.py:89:12: C417 Unnecessary `map` usage (rewrite using a `list` comprehension)
|
Ruff (F821):
context_chat_backend/controller.py#L92
context_chat_backend/controller.py:92:3: F821 Undefined name `client`
|
Ruff (F821):
context_chat_backend/controller.py#L92
context_chat_backend/controller.py:92:25: F821 Undefined name `COLLECTION_NAME`
|
Ruff (F821):
context_chat_backend/controller.py#L93
context_chat_backend/controller.py:93:45: F821 Undefined name `keyword`
|
Ruff (F821):
context_chat_backend/controller.py#L275
context_chat_backend/controller.py:275:37: F821 Undefined name `Any`
|
Lint and Static Analysis
Process completed with exit code 1.
|