Canner / WrenAI

🚀 Open-source SQL AI Agent for Text-to-SQL. Make Text2SQL Easy! 🙌
https://getwren.ai/oss
GNU Affero General Public License v3.0
1.73k stars 155 forks source link

separate llm and embedder #454

Closed cyyeh closed 2 months ago

cyyeh commented 3 months ago

With this PR, users can choose LLM and Embedding Model using different providers; for example. LLM using Ollama, Embedding Model using OpenAI.

updated corresponding documentation: https://github.com/Canner/docs.getwren.ai/pull/22