Skip to content

실제 문서 임베딩 및 Vector 저장 전체 관통 검증 추가 구현 - #123

Merged
Gimini-3 merged 5 commits into
developfrom
feature/122
Aug 8, 2026
Merged

실제 문서 임베딩 및 Vector 저장 전체 관통 검증 추가 구현#123
Gimini-3 merged 5 commits into
developfrom
feature/122

Conversation

@Gimini-3

@Gimini-3 Gimini-3 commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

변경 사항

  • 실제 PostgreSQL 17·pgvector 0.8.1·MinIO·BGE-M3 전용 localE2eTest 실행 경계를 추가했습니다.
  • Test Layer PDF와 Heading DOCX Fixture 및 실제 Multipart·ADMIN JWT HTTP Client를 추가했습니다.
  • PDF·DOCX 업로드부터 Worker 자동 실행, BGE-M3 Batch, vector(1024) 저장, Version 전환과 pgvector 의미 검색까지 검증합니다.
  • Embedding Provider 연결 실패가 부분 Vector 없이 지연 재시도로 수렴하는 경로를 검증합니다.
  • 관리자 Job·Attempt·Event 조회와 OpenAPI 노출, 민감정보 비노출을 실제 HTTP로 검증합니다.
  • 실행 환경, 24개 대상 검증과 관찰 결과를 docs/test-results/에 기록했습니다.

검증

  • DB_SSLMODE=disable JWT_SECRET=<test-only-value> ./gradlew test — 688 passed
  • DB_SSLMODE=disable ./gradlew localE2eTest — 2 passed
  • DB_SSLMODE=disable ./gradlew claimConcurrencyTest --tests com.opensource.docgrid.domain.worker.integration.WorkerOrchestrationIntegrationTest — 4 passed
  • DB_SSLMODE=disable JWT_SECRET=<test-only-value> ./gradlew minioIntegrationTest --tests com.opensource.docgrid.domain.document.integration.minio.MinioUploadConcurrencyIntegrationTest — 2 passed
  • Chunk·Embedding·수동 재처리 PostgreSQL 통합 테스트 — 16 passed

Closes #122

@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Gimini-3, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 22 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 40f91e1b-46ca-4993-8f6e-d764a60dbe41

📥 Commits

Reviewing files that changed from the base of the PR and between 8143abb and f4d86f9.

📒 Files selected for processing (8)
  • build.gradle
  • docs/design/gimin-#122-local-document-indexing-e2e.md
  • docs/test-results/gimin-#122-local-document-indexing-e2e.md
  • src/test/java/com/opensource/docgrid/e2e/LocalDocumentIndexingE2ETest.java
  • src/test/java/com/opensource/docgrid/e2e/LocalE2eApiClient.java
  • src/test/java/com/opensource/docgrid/e2e/LocalE2eDocumentFactory.java
  • src/test/java/com/opensource/docgrid/e2e/LocalE2eMinioBucket.java
  • src/test/java/com/opensource/docgrid/e2e/LocalEmbeddingProviderOutageE2ETest.java

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Gimini-3
Gimini-3 merged commit 3b5fdd0 into develop Aug 8, 2026
1 check passed
@Gimini-3
Gimini-3 deleted the feature/122 branch August 8, 2026 05:56
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.

[Test] 실제 문서 임베딩 및 Vector 저장 전체 관통 검증 추가 구현

1 participant