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

[Question]: RAPTOR failure: Invalid API-key provided #4919

Open
yanzhangyanyan opened this issue Feb 12, 2025 · 1 comment
Open

[Question]: RAPTOR failure: Invalid API-key provided #4919

yanzhangyanyan opened this issue Feb 12, 2025 · 1 comment
Labels
question Further information is requested

Comments

@yanzhangyanyan
Copy link

Describe your problem

2025-02-12 22:00:51 ragflow-server | File "/ragflow/rag/svr/task_executor.py", line 406, in run_raptor
2025-02-12 22:00:51 ragflow-server | chunks = raptor(chunks, row["parser_config"]["raptor"]["random_seed"], callback)
2025-02-12 22:00:51 ragflow-server | File "/ragflow/rag/raptor.py", line 134, in call
2025-02-12 22:00:51 ragflow-server | raise th.result()
2025-02-12 22:00:51 ragflow-server | File "/ragflow/rag/raptor.py", line 82, in summarize
2025-02-12 22:00:51 ragflow-server | cnt = self._chat("You're a helpful assistant.",
2025-02-12 22:00:51 ragflow-server | File "/ragflow/rag/raptor.py", line 43, in _chat
2025-02-12 22:00:51 ragflow-server | raise Exception(response)
2025-02-12 22:00:51 ragflow-server | Exception: ERROR:
2025-02-12 22:00:51 ragflow-server | ERROR: Invalid API-key provided.

@yanzhangyanyan yanzhangyanyan added the question Further information is requested label Feb 12, 2025
@KevinHuSh
Copy link
Collaborator

RAPTOR will use the default LLM which is setup during system setting.

@KevinHuSh KevinHuSh changed the title [Question]: 文件解析失败 使用raptor报没有key when i choose raptor file analysis fail Fail to bind LLM used by RAPTOR Invalid API-key provided [Question]: RAPTOR failure: Invalid API-key provided Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants