
Open WebUI?
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports various LLM runners like Ollama and OpenAI-compatible APIs, with built-in inference engine for RAG, making it a powerful AI deployment solution.
๐ก Home | Open WebUI
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports various LLM runners like Ollama and OpenAI-compatible APIs, with built-in inference engine for RAG, making it a powerful
docs.openwebui.com
LLM ๋ฌ๋๋ฅผ WebUI ํํ๋ก ํ์ฅ๊ฐ๋ฅํ ๋ค์ํ ๊ธฐ๋ฅ๊ณผ ํจ๊ป ์ฌ์ฉํ ์ ์๋ AI ์๋ฃจ์ ์ด๋ค. RAG๋ฅผ ์ํ ์ถ๋ก ์์ง์ด ๋ด์ฅ๋์ด ์๋ค๊ณ ํ๋ค. ๋ก์ปฌ์ ์ค์นํ Ollama๋ฅผ WebUI์ ์ฐ๋ํ์ฌ ์คํ๋ผ์ธ ์ํ์์ ChatGPT ์ฒ๋ผ ์ฌ์ฉํ ์ ์๋ค.
Ollama๋ก Deepseek ๋ชจ๋ธ ์ฌ์ฉํ๊ธฐ
Ollama?Ollama๋ ๋ก์ปฌ ํ๊ฒฝ์์ ๋ํ ์ธ์ด ๋ชจ๋ธ(LLM)๊ณผ ๊ธฐํ AI ๋ชจ๋ธ์ ์คํํ ์ ์๋ ์คํ์์ค ํ๋ก์ ํธ์ด๋ค. ๋ณต์กํ ์ค์ ์์ด AI ๋ชจ๋ธ์ ์ฝ๊ณ ๋น ๋ฅด๊ฒ ์ฌ์ฉํ ์ ์๋๋ก ๊ฒฝ๋ํ๋ ๋ชจ๋ธ์ ์ ๊ณตํ๊ณ , G
zakkum.tistory.com
์ด์ ์ ์ค์นํ Ollama + Deepseek ๋ชจ๋ธ์ ์ฐ๋ํ๊ณ ์ ํ๋ค. ๋ค์ํ ์ค์น ๋ฐฉ๋ฒ์ด ์์ง๋ง, Docker๋ฅผ ์ฌ์ฉํ์ฌ ๋น ๋ฅด๊ฒ ์ค์นํ ์ ์๋ค. Docker ์ด๋ฏธ์ง๋ ghcr.io/open-webui/open-webui:[ main | cuda ] ๊ณต์ ์ด๋ฏธ์ง๋ฅผ ์ฌ์ฉํ๋ค. main์ CPU๋ฅผ ์ฌ์ฉํ๊ณ , cuda๋ Nvidia GPU๋ฅผ ์ฌ์ฉํ๋ค.
Open WebUI Docker ์ค์น
docker-compose.yml
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
ports:
- "3000:8080"
volumes:
- ./open-webui:/app/backend/data
docker ์ปจํ ์ด๋ ์คํ
docker-compose up -d


Open WebUI ์คํ(http://localhost:3000)

Open WebUI ๋ชจ๋ธ ์ค์

๊ฒฐ๋ก
์ด๋ค ์ด์ ์์์ธ์ง๋ ๋ชจ๋ฅด๊ฒ ์ง๋ง, ์๋ต์๋๊ฐ ๋๋ฌด ๋๋ฆฌ๋ค...
'AI' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Ollama๋ก Deepseek ๋ชจ๋ธ ์ฌ์ฉํ๊ธฐ (0) | 2025.02.21 |
---|