-
Notifications
You must be signed in to change notification settings - Fork 6
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
hybrid search #31
Comments
https://python.langchain.com/docs/integrations/document_loaders/google_bigquery 이건 Hybrid search는 아니고 LLM이 유저의 질문을 적절히 이해해서 bigquery query 문을 생성시키고 쿼리 결과를 가지고 답을 내도록 하는거긴 한데 hybrid search를 위한 작업보다는 빠르게 할 수 있을 것 같아서 링크 달아봅니다ㅎㅎ..ㅎㅎ 한번 실험만 해볼까요~? |
간단하게 테스트 해보고 있는데 vectorize해서 유사도 검색하는게 더 나을거 같긴 하네용ㅎㅎ.. |
https://github.com/heehehe/job-trend/blob/feature/31-search/search/search-test.ipynb Test 두개 진행해 봤는데
그리구 실험하면서 찾은건데 마감된 공고 지우는 batch도 추가되어야 할 것 같아요..! |
좀 더 나은 결과를 위해 실험해 볼 요소들은 더 있을 것 같은데 다음 회의 전까지 정리해서 공유드릴게용 ! |
The text was updated successfully, but these errors were encountered: