Skip to content

Conversation

ezcolin2
Copy link
Collaborator

@ezcolin2 ezcolin2 commented Feb 6, 2025

🔖 연관된 이슈

📂 작업 내용

  • postgres image를 pgvector extension이 추가된 pgvector image로 변경
  • document 테이블에 문서 vector 정보 저장
  • migrate 함수에 documetn에 문서 vector 저장하는 기능 추가
  • 가장 유사한 문서 하나를 가져와서 응답을 생성하는 API 추가

📑 참고 자료 & 스크린샷 (선택)

https://python.langchain.com/docs/how_to/#vector-stores
image

📢 리뷰 요구사항 (선택)

우선 가장 간단하게 RAG 기능 구현해보았습니다.
아직 아래와 같이 보완 사항들이 많이 남아있습니다.

  1. 문서에 연결된 문서들의 정보 사용
  2. 인증, 인가 적용
  3. PGVector 연산과 변경 사항 갱신 연산을 하나의 트랜잭션으로 묶기

@ezcolin2 ezcolin2 linked an issue Feb 6, 2025 that may be closed by this pull request
2 tasks
@ezcolin2 ezcolin2 changed the title Feat be #66 RAG 기본 기능 구현 Feb 6, 2025
@ezcolin2 ezcolin2 merged commit c117880 into develop Feb 6, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

page content 임베딩 컬럼 생성

1 participant