Skip to content

feat: 단순화된 그래프 워크플로우 추가 및 관련 코드 수정 #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

ehddnr301
Copy link
Collaborator

#️⃣ Issue Number

📝 요약(Summary)

  • 기존 Query Refiner가 불필요한 경우도 다수일것 같아 제거한 케이스를 추가했습니다.
  • simplified_graph.py 파일 추가: QUERY_REFINER 단계를 제거한 단순화된 워크플로우 구현
  • 기존 코드에서 simplified_graph 사용을 위한 옵션 추가
  • 쿼리 실행 및 UI에서 simplified_graph 사용 여부를 선택할 수 있도록 수정

💬 To Reviewers (선택)

image

  • 잘 작동하는지 테스트 부탁드립니다.

PR Checklist

  • TBD

reference) How to Code Review

  • 따봉(👍): 리뷰어가 리뷰이의 코드에서 칭찬의 의견을 남기고 싶을 때 사용합니다.
  • 느낌표(❗): 리뷰어가 리뷰이에게 필수적으로 코드 수정을 요청할 때 사용합니다.
  • 물음표 (❓): 리뷰어가 리뷰이에게 의견을 물어보고 싶을 때 사용합니다.
  • 알약 (💊): 리뷰어가 리뷰이의 코드에서 개선된 방법을 제안하지만 그것의 반영이 필수까지는 아닐 때 사용합니다.

- 임시로 simplified_graph.py 파일 추가: QUERY_REFINER 단계를 제거한 단순화된 워크플로우 구현
- 기존 코드에서 simplified_graph 사용을 위한 옵션 추가
- 쿼리 실행 및 UI에서 simplified_graph 사용 여부를 선택할 수 있도록 수정
- pyproject.toml 관련해서 설치 후 실행에서 자꾸 에러가 나서 임시 제거
Copy link
Contributor

@ParkGyeongTae ParkGyeongTae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@ehddnr301 ehddnr301 merged commit 5079c7f into master Jul 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

query refine 단계 제거 후 초기 입력 기반 쿼리 생성 구현
2 participants