wuhq7

Results 5 comments of wuhq7

> [@wuhq7](https://github.com/wuhq7) please check this config example for deepseek > > https://github.com/Canner/WrenAI/blob/main/wren-ai-service/docs/config_examples/config.deepseek.yaml ![Image](https://github.com/user-attachments/assets/eb4718d8-a9a4-47ca-affe-a7ddc46e89a9) Initially I followed this config.deepseek.yaml example, then I followed the latest version of yaml you posted

> My version is 0.15.3. The default config.yaml file is missing some configurations, such as the ones in pipes: > > - name: sql_pairs_deletion > embedder: litellm_embedder.openai/nomic-embed-text > document_store: qdrant...

> > 跑不起来,老老实实用open ai > > 可以加一下vx,讨论一下wrenai配置吗,我即使使用openai请求也超时 vx:Gulliym 有能跑通的方式吗,hxdm

> 1. embedder 配置要修改 deepseek 没有embedder 模型(本地部署 nomic-embed-text 模型) > > #运行ollama server > OLLAMA_HOST="0.0.0.0" #设置这个环境变量 > ollama pull nomic-embed-text > ollama serve > type: embedder > provider: litellm_embedder >...