Feature/46 retrieve 성능 향상 #52
Closed
Conversation
- Add Reranker - Added new dependencies: langchain-huggingface==0.1.2 and transformers==4.51.2 to requirements.txt. - Removed the QueryRefinedAgainChain and its associated logic from chains.py and graph.py to streamline the query refinement process.
- add reranking feature in the Streamlit app to enhance search result accuracy. - Added new dependencies: transformers==4.51.2 and langchain-huggingface==0.1.2 to setup.py. - Created a new retrieval module to handle vector database interactions and reranking logic.
Closed
2 tasks
Contributor
|
Collaborator
Author
회사에 실험적으로 도입했을때 체감으로는 rerank 도입후에 좀 더 정확한 테이블검색이 이루어지는것 같습니다. 어떻게 그걸 정량적으로 비교할지는 아직 잘 감이 안오네요...! SQL생성시간이 전체적인 시간을 의미하는것이라면 30초대로 기존 10초 아래로 걸리던것에 비해 좀 느려지긴했습니다. (대부분 reranker에서 소요) |
seyoung4503
approved these changes
Apr 24, 2025
Closed
ehddnr301
added a commit
that referenced
this pull request
Apr 27, 2025
ParkGyeongTae
approved these changes
Apr 27, 2025
Contributor
ParkGyeongTae
left a comment
There was a problem hiding this comment.
👍 도입해서 먼저 사용해보고 부족한부분 채우면 될 것 같아요!!
Collaborator
Author
|
#76 duplicated |
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.

#️⃣ Issue Number
📝 요약(Summary)
Dongjin-kr/ko-reranker모델을 통해 reranking 합니다.💬 To Reviewers (선택)
PR Checklist
reference) How to Code Review