-
Notifications
You must be signed in to change notification settings - Fork 574
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
Unable to run using Deepseek configuration,My version is 0.15.3 #1296
Comments
@SanShangBoy please check this https://github.com/Canner/WrenAI/blob/main/wren-ai-service/docs/config_examples/README.md |
I made the modifications according to the tutorial, but now there is an error message |
config.yaml
|
My version is 0.15.3. - name: sql_pairs_deletion
embedder: litellm_embedder.openai/nomic-embed-text
document_store: qdrant
- name: sql_regeneration
llm: litellm_llm.openai/llama3.2:3b
engine: wren_ui
- name: sql_explanation
llm: litellm_llm.openai/llama3.2:3b Below is the full content of my config.yaml. I hope it helps you.
|
I tried to add what you provided, but it still gives the same error message. My launcher is working properly, but the service error message persists
|
@SanShangBoy deepseek的API已经停止充值了,所以我用到是SiliconFlow的API,
|
我的env改成OPENAI_API_KEY=xxx,config.yaml也加了openai/,还是提示连接被拒绝,我觉得应该不是这个原因
|
the location of engine provider |
老哥可以跑起来吗 |
老哥 你用的是llama3.2这个吗 api-base自己要去怎么获取 还是自己搭建的? 用这个.env要额外配置什么吗 |
跑不起来,老老实实用open ai |
我说说我遇到的几个坑吧。 2025-02-13 17:01:49 File "/src/globals.py", line 240, in create_service_container
2025-02-13 17:01:49 **pipe_components["sql_pairs_deletion"],
2025-02-13 17:01:49 ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
2025-02-13 17:01:49 KeyError: 'sql_pairs_deletion' 解决办法:
二、如果你用大模型是deepseek,但提示openai鉴权失败,很大可能是embedder没配置好(我是用ollama自搭建embedder),注意几点。
最后,我暂时还没完全跑起来,我估计是deepseek服务总是出错,不过我已经可以构建数据库结构(modeling功能)了。 |
我自己用ollama搭建了 deepseek:70b。想请问llm那里也是这样配?自己搭建的也要openai/deepseek-r1:70b这样用吗?太weird了-_- |
如果你是用ollama,我建議這樣配置,openai前綴只是表示使用openai compatible api,請參考litellm api文件:https://docs.litellm.ai/docs/providers/openai_compatible |
可以加一下vx,讨论一下wrenai配置吗,我即使使用openai请求也超时 vx:Gulliym |
@cyyeh 感谢,感觉之前还是格式搞错了,不过我现在又遇到了
|
我寻找到的解决方案是,原始配置config.yaml文件中 embedding_model_dim 配置的维度超过了我的embedding model 的最大维度(1024)? 还是遇到问题
|
請給我wren-ai-service版本 |
我使用docker-compose 方式启动,wren-ai-service 的image 版本是 0.15.7 |
有能跑通的方式吗,hxdm |
你好,我也用Qwen这个大模型验证WrenAI,但是 Wren AI 不支持Qwen,Haystack也不支持Qwen,请问你是如何操作的? |
error message
config.yaml
env
The text was updated successfully, but these errors were encountered: