Canner / WrenAI

Open-source Text-to-SQL solution, Wren AI makes your database RAG-ready.
https://getwren.ai
GNU Affero General Public License v3.0
1.5k stars 123 forks source link

Using Ollama Embedding Model: bge-large-zh-v1 (ollama.py:166) #494

Open suiquantong opened 2 weeks ago

suiquantong commented 2 weeks ago

Describe the bug Using Ollama Embedding Model: bge-large-zh-v1 (ollama.py:166)

To Reproduce Steps to reproduce the behavior: run wren-wren-ai-service-1 Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Container Logs You can execute the following command to get the logs of containers and provide them here:

docker logs wrenai-wren-ui-1 >& wrenai-wren-ui.log && \
docker logs wrenai-wren-ai-service-1 >& wrenai-wren-ai-service.log && \
docker logs wrenai-wren-engine-1 >& wrenai-wren-engine.log && \
docker logs wrenai-ibis-server-1 >& wrenai-ibis-server.log

wrenai-ibis-server.log wrenai-wren-ai-service.log wrenai-wren-engine.log wrenai-wren-ui.log

Desktop (please complete the following information):

Wren AI Information

Additional context Add any other context about the problem here.

cyyeh commented 2 weeks ago

@suiquantong could u also share with me the .env.ai file with credential key removed? Thank you!

cyyeh commented 2 weeks ago

@suiquantong we've released a new version 0.7.1. could you try again using the latest version?

https://github.com/Canner/WrenAI/releases/tag/0.7.1

cyyeh commented 2 weeks ago

@suiquantong Just a reminder, please also make sure you've pulled the ollama models you chose by entering ollama pull <model_name> first before running Wren AI