Feature/dv 248 lang chain optimization#63
Open
Sameta-cani wants to merge 12 commits into
Open
Conversation
Contributor
Author
|
RAG에서 정보를 가져오는 시간이 60초를 초과하는 경우가 종종 있음.. 추가로, test 시 general + personal 조합(우리 서비스에는 없는 조합)이 들어와서 문제가 발생. |
0d81f7f to
e0b9bb2
Compare
Contributor
Author
|
DV-261 로 위에서 언급한 문제 해결 및 반영 |
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.
DV-248 feat: RAG Optimization
PR 설명
LangChain.py: 기존의 요약 후 RAG하여 reference를 얻어오는 방식 대신 Agentic RAG를 적용(RAG 자료가 적절하지 않다면 웹에서 정보를 가져오는 tool을 이용)주요 변경 사항
테스트 사항
스크린샷 (변경 사항이 UI에 영향을 미칠 경우)
기타