일반 검색에 yandex 를 켜고 bing 은 예비로 내린다 - #29
Merged
Merged
Conversation
/tools/fetch 는 인증 없이 닿고 쉼은 LiteLLM·데이터베이스·다른 도구 서비스와 같은 사설 네트워크에 있어, 넘겨받은 URL 로 내부 서비스를 더듬을 수 있었다 (SSRF). file:// 같은 스킴도 그대로 브라우저에 넘어갔다. - netguard.refusal: http(s) 만 허용하고, 호스트를 IP 로 풀어 하나라도 공개 주소가 아니면(루프백·사설·링크로컬·CGNAT·메타데이터 이름·점 없는 서비스 이름·.local/.internal) 거절한다. - 브라우저가 리다이렉트를 따라간 뒤 도착한 주소도 같은 기준으로 다시 본다. - 시험 22건, CI 의 pytest 대상에 추가.
2026-09-08 이 네트워크에서 임시 인스턴스로 엔진을 하나씩 다시 쟀다. 한국어 생활 질의 6개(약 병용, 최저임금, 장학금 신청 기간, 소아과, 모델 이름, 열차 요금)와 영어 개발 질의 4개를 질의어가 실린 결과 수로 채점했다. yandex 한국어 6/6, 영어 4/4 — 네이버 블로그, 지식iN, 아하, 언론사 bing 한국어 1/6, 영어 0/4 — 첫 화면, 사전, 바이두 잡음 yahoo Suspended: HTTP protocol error google/naver/duckduckgo/startpage/brave/mojeek/qwant/presearch 막힘 운영에서 34개 페르소나 질의의 상위 5건 중 질의어를 절반 이상 실은 결과가 166건 중 2건(1%)이었고, 바꾼 뒤 170건 중 87건(51%), 첫 화면은 39→17. bing 은 예비로 weight 0.5 에 남긴다: KloudChat 이 질의어 겹침으로 다시 정렬하므로 둘 다 답하면 bing 의 엉뚱한 결과가 아래로 내려간다.
This was referenced Sep 7, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경
services/searxng/settings.yml.example:yandex를 일반 검색에 켠다(weight 1.5).bing은 weight 0.5 로 예비. 측정값을 엔진 목록 옆 주석에 남겼다.docs/tools.md: 켜진 엔진 설명.근거
이 네트워크에서 임시 SearXNG 인스턴스를 띄워 엔진을 하나씩 다시 쟀다(한국어 생활 질의 6개, 영어 개발 질의 4개, 상위 5건 중 질의어를 실은 결과 수).
운영에 적용한 뒤 KloudChat 페르소나 질의 34개로 잰 상위 5건 관련도: 166건 중 2건(1%) → 170건 중 87건(51%), 첫 화면 39 → 17.
적용
scripts/gen-searxng-config.sh --force로 다시 만들고docker compose restart searxng. 운영에는 적용했다.