ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: deepseek-reasoner ERRORs

Open starmezhh opened this issue 11 months ago • 5 comments

Describe your problem

使用deepseek-reasoner模型作为chatmodel,报错Error Tenant not found 持续几分钟的搜索中 Image 最终报错:

Image

starmezhh avatar Feb 08 '25 06:02 starmezhh

I have same problem

dylan2019 avatar Feb 08 '25 10:02 dylan2019

It's probably caused by abnormal response from LLMs.

KevinHuSh avatar Feb 08 '25 10:02 KevinHuSh

It's probably caused by abnormal response from LLMs.

how to know whats problem with LLms ?

starmezhh avatar Feb 10 '25 06:02 starmezhh

I also have the same problem and look forward to resolving it!

yuzg667 avatar Feb 12 '25 08:02 yuzg667

I got the same problem

2025-02-17 10:19:23 2025-02-17 10:19:23,049 INFO 19 172.18.0.6 - - [17/Feb/2025 10:19:23] "GET /v1/user/info HTTP/1.1" 200 - 2025-02-17 10:19:46 2025-02-17 10:19:46,092 INFO 20 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-02-17T10:19:46.087+08:00", "boot_at": "2025-02-17T08:44:10.615+08:00", "pending": 0, "lag": 0, "done": 1, "failed": 4, "current": null} 2025-02-17 10:20:16 2025-02-17 10:20:16,120 INFO 20 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-02-17T10:20:16.119+08:00", "boot_at": "2025-02-17T08:44:10.615+08:00", "pending": 0, "lag": 0, "done": 1, "failed": 4, "current": null} 2025-02-17 10:20:27 Traceback (most recent call last): 2025-02-17 10:20:27 File "/ragflow/api/apps/conversation_app.py", line 230, in stream 2025-02-17 10:20:27 for ans in chat(dia, msg, True, **req): 2025-02-17 10:20:27 File "/ragflow/api/db/services/dialog_service.py", line 362, in chat 2025-02-17 10:20:27 for ans in chat_mdl.chat_streamly(prompt, msg[1:], gen_conf): 2025-02-17 10:20:27 File "/ragflow/api/db/services/llm_service.py", line 299, in chat_streamly 2025-02-17 10:20:27 if not TenantLLMService.increase_usage( 2025-02-17 10:20:27 File "/ragflow/.venv/lib/python3.10/site-packages/peewee.py", line 3128, in inner 2025-02-17 10:20:27 return fn(*args, **kwargs) 2025-02-17 10:20:27 File "/ragflow/api/db/services/llm_service.py", line 176, in increase_usage 2025-02-17 10:20:27 raise LookupError("Tenant not found") 2025-02-17 10:20:27 LookupError: Tenant not found 2025-02-17 10:20:46 2025-02-17 10:20:46,153 INFO 20 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-02-17T10:20:46.152+08:00", "boot_at": "2025-02-17T08:44:10.615+08:00", "pending": 0, "lag": 0, "done": 1, "failed": 4, "current": null} 2025-02-17 10:21:16 2025-02-17 10:21:16,175 INFO 20 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-02-17T10:21:16.174+08:00", "boot_at": "2025-02-17T08:44:10.615+08:00", "pending": 0, "lag": 0, "done": 1, "failed": 4, "current": null} 2025-02-17 10:21:46 2025-02-17 10:21:46,206 INFO 20 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-02-17T10:21:46.205+08:00", "boot_at": "2025-02-17T08:44:10.615+08:00", "pending": 0, "lag": 0, "done": 1, "failed": 4, "current": null}

ctmdqgmzzf avatar Feb 17 '25 02:02 ctmdqgmzzf