-
Notifications
You must be signed in to change notification settings - Fork 458
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
[Standalone/offline] - wren-ai-service #1249
Comments
Hello, I managed to go a little further.
qdrant log look like good. please find full log : wrenai-wren-ai-service.log thank for you help ! |
@D31000 with new versions of Wren AI, there may be new pipelines, so you need to get the latest version of them in the config.example.yaml depending on the version of Wren AI For example, the latest version of Wren AI: https://github.com/Canner/WrenAI/blob/0.15.2/docker/config.example.yaml |
Describe the bug
Wren-ai-service container try to pull embedder on offline environment, while ollama embedder is on another server.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Wren-ai-service contaienr running ;)
Desktop (please complete the following information):
Wren AI Information
Additional context
I'm on totaly offline environment (poc).
One server on windows server 2k19 for ollama.
ollama --version : 0.5.4
With model :
nomic-embed-text (don't remenber exactly but pull this one on 2024/11)
llama3.2
Another server on Redhat with docker for wrenai.
Allready tested ollama embeded response from RH docker server look like OK.
curl http://179.111.28.236:11434/api/embeddings -d '{ "model": "nomic-embed-text", "prompt": "The sky is blue because of Rayleigh scattering" }'
Same for llama3.2.
curl http://179.111.28.236:11434/api/generate -d '{ "model": "llama3.2", "prompt": "Why is the sky blue?", "stream": false }'
I'm not use launcher because i have see some pull file from github => i'm in offline environment i can't do this.
I have pull image from another computer and use usb transfert to push on my environment (docker save / docker load).
i have check logs form this post : #1127 (where wren-ai-container look good)
And see different type of config for embedder :
in your config exemple :
in my test if i haven't set dimension i have a error but this may be one another problem...
with api_base i have one another error :)
i mixed both for going more far in the execution of this container.
but may be it's not the good way.
i have see here (#512) that the trying download is the normal way but in offline environment for me this is not possible. There is a way for not using this download ?
Relevant log output
.env.log
config.yaml.log
docker-compose.yaml.log
wrenai-ibis-server.log
wrenai-wren-ai-service.log
wrenai-wren-engine.log
wrenai-wren-ui.log
thank for you help !
The text was updated successfully, but these errors were encountered: