이전 openwebui구성 및 파이프라인연결은 아래에서 확인할 수 있다.
https://pleasestudy-alswldi.tistory.com/337
OpenWebUI & pipeline 서비스 구성
🐹 OpenWebUI에 대해..Open WebUI는 LLM과 상호작용을 위해 설계된 확장 가능하고 사용자 친화적인 웹 인터페이스이다. 처음에는 Ollama를 위해 만들어져 이름이 Ollama Web UI 이나 최근 OpenAI를 지원하면서
pleasestudy-alswldi.tistory.com
이렇게 만든 webui에 인터넷 검색 엔진을 추가해보자.
openWebUI는 이미 검색 기능을 제공하고 있다.
우리는 발급받은 검색 키를 추가하면 된다.
1️⃣Google PSE API key를 발급받는다
https://pleasestudy-alswldi.tistory.com/338
RAG 프로젝트 - Google Search agent 검색 엔진
🐹 검색엔진 선정 - Google Search agent 네이버, 카카오 등과 같은 검색엔진을 비교하여 google search를 선정하였다. Google Search agent 사용 방법 pip install llama-index-tools-googlepip install google-api-python-client
pleasestudy-alswldi.tistory.com
2️⃣ OpenWebUI에 Admin Panel > Settings > Web Search에 접속한다.
3️⃣ Web Search Engine을 google_pse로 설정한다.
4️⃣ Google PSE API key와 Endine ID를 입력한다.
'Internship' 카테고리의 다른 글
RAG 시스템 검색 엔진 정리 (0) | 2025.03.13 |
---|---|
[RAG프로젝트] Vector DB -qdrant (0) | 2025.03.13 |
RAG 프로젝트 - Google Search agent (0) | 2025.03.13 |
OpenWebUI & pipeline 서비스 구성 (0) | 2025.03.13 |
[OpenWebUI] Pipeline 연결 (0) | 2024.12.20 |