forked from boostcampwm-2024/web15-OctoDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
v1.3.0 배포 #101
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
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
- css는 추후에 개선 예정
- 이전 질의와 현재 질의 분리 - 현재 응답의 경우 실시간으로 계속 변경됨 - 마운팅 되어있는 동안 유지, 새로고침하면 지워짐
- 질문의 개수가 한 개 이상이 됨에 따라 컴포넌트가 구분이 명확하지 않음 - 질문이 박스안에 들어가고 구분선이 사라짐
- 첫 질문에 기존 질문이 없음에도 저장하여 발생 - 조건문 추가
- 최신은 제일 아래 있음
API 서버의 스케줄러를 별도 서버로 분리
- 최신 순으로 변경
RAG 질문 history 구현
키워드 기반 검색 및 hybrid 검색 성능 개선
- useRef를 이용하여 reader를 지정 - reader를 멈추며 중단
응답 생성 중단 기능 구현
LLM 응답 중단 기능 개발
- 서버에서 개행을 제거해주어 필요 없음
스트리밍 응답 중단 API 연동
RAG 답안 react-markdown 적용
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.
No description provided.