feat: ask 출력 행을 명시적으로 제한한다 - #316
Merged
Merged
Conversation
Contributor
Author
|
엔진·wiki·JSON 검색 경로가 전체 결과 수와 명시적 절단 정보를 제공하고, --all로 모든 원래 행과 발췌를 되돌릴 수 있음을 확인했습니다. 단일 가변 열의 표시도 원래 행을 재구성할 수 있게 보존됩니다. 린트·단위·결정적 테스트가 모두 통과했습니다. |
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.
Closes #279
엔진 답변·위키 grounding·위키 발췌와 JSON 검색 결과에 전체 개수와 명시적 절단 표기를 추가하고, 기본 렌더 상한을 20행으로 둡니다. 한 컬럼만 달라지는 엔진 결과는 인덱스가 있는 무손실 사영으로 접고,
--all은 모든 원래 행과 발췌를 반환합니다.검증:
PYTHON=/Users/joykim/git/semantic-reasoning/verinote/.venv/bin/python bash tests/test_ask_router.sh(151 passed, 0 failed);PYTHONPATH=. /Users/joykim/git/semantic-reasoning/verinote/.venv/bin/python -m pytest tests/unit/test_ask_router_humanize.py tests/unit/test_canonical_query.py -q(27 passed).