130 vectordb 유연성 개선 refactor#131
Merged
Conversation
- requirements.txt에 pgvector 및 langchain-postgres 패키지 추가 - CLI에 벡터 데이터베이스 타입 및 경로 설정 옵션 추가 - 벡터 데이터베이스 로드 및 생성 로직을 새로운 모듈로 분리하여 FAISS와 pgvector 지원
- pgvector를 실행하기 위한 Docker 스크립트 추가 - README에 pgvector 지원 및 사용 방법에 대한 설명 추가
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)
💬 To Reviewers (선택)
pgvector.sh실행 후 명령어 테스트 부탁드립니다.lang2sql query "고객 데이터를 기반으로 유니크한 유저 수를 카운트하는 쿼리" --vectordb-type pgvector --vectordb-location "postgresql://postgres:postgres@localhost:5432/postgres"PR Checklist
reference) How to Code Review