You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#运行ollama server
OLLAMA_HOST="0.0.0.0"#设置这个环境变量
ollama pull nomic-embed-text
ollama serve
type: embedderprovider: litellm_embeddermodels:
- model: openai/nomic-embed-text # put your embedding model name here, if it is not openai embedding model, should be <provider>/<model_name>api_base: http://192.168.1.88:11434/v1 # change this according to your embedding model #api_key_name: EMBEDDER_OLLAMA_API_KEYapi_key_name: OPENAI_API_KEYtimeout: 600
Referred to the example in this place(https://github.com/Canner/WrenAI/blob/main/wren-ai-service/docs/config_examples/config.deepseek.yaml), and modified the pipeline configuration of 0.15.3, please help to see where there is a problem that needs to be modified
config.txt
env.txt
wrenai-wren-ai-service-1.txt
The text was updated successfully, but these errors were encountered: