close: RAG 열린 문서 8/10 닫기 — 200개 기준 구현 완료

- 아이디어 1: 계획 1~3차 + 적용1로 채택 완료
- 2차 계획: PGVector 적재 + tsvector + 하이브리드 + AGE 구현 완료
- 리서치 6: 설계 목적 달성, Unresolved는 후속 문서로 이관
- 남은 열린 문서: 1차 계획(본문 미추출), 3차 계획(OCR/동기화)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
happybell80 2026-03-22 09:07:48 +09:00
parent 915fed980f
commit 21b0d5b9ce
8 changed files with 22 additions and 8 deletions

View File

@ -1,7 +1,7 @@
---
tags: [robeing, idea, rag, multimodal, markdown, pgvector, postgres]
type: ideas
status: open
adopted_by: 260320_다형식문서_RAG_1차~3차 계획 + 260320_적용1 계획
adopted_by: 260320_다형식문서_RAG_1차_MD_메타_정규화_계획.md, 260320_다형식문서_RAG_2차_PGVector_JSONB_적재_계획.md, 260320_다형식문서_RAG_3차_OCR_관계확장_동기화_계획.md
---

View File

@ -1,7 +1,9 @@
---
tags: [plans, rag, robeing, pgvector, jsonb, postgres, schema]
type: plans
status: open
status: closed
closed_date: 2026-03-22
closed_reason: 200개 대상 PGVector 적재 + tsvector + 하이브리드 검색 + AGE 그래프 모두 구현·검증 완료
depends_on: 260320_다형식문서_RAG_1차_MD_메타_정규화_계획.md
closing_criteria: front matter와 청크를 PostgreSQL JSONB·pgvector 구조로 적재해 검색 가능 상태로 만든다
---

View File

@ -1,7 +1,9 @@
---
tags: [research, rag, robeing, metadata, front-matter, jsonb]
type: research
status: open
status: closed
closed_date: 2026-03-22
closed_reason: 설계 목적 달성, 200개 대상 구현 완료, Unresolved는 3차 계획 또는 후속 문서로 이관
research_target: front matter와 JSONB에 공통 적용할 메타데이터 구조 정리
---

View File

@ -1,7 +1,9 @@
---
tags: [research, rag, robeing, markdown, ssot, intermediate-format]
type: research
status: open
status: closed
closed_date: 2026-03-22
closed_reason: 설계 목적 달성, 200개 대상 구현 완료, Unresolved는 3차 계획 또는 후속 문서로 이관
research_target: 다형식 원본을 위한 Markdown 중간표현 SSOT 규칙 정리
---

View File

@ -1,7 +1,9 @@
---
tags: [research, rag, robeing, ocr, policy, cost]
type: research
status: open
status: closed
closed_date: 2026-03-22
closed_reason: 설계 목적 달성, 200개 대상 구현 완료, Unresolved는 3차 계획 또는 후속 문서로 이관
research_target: OCR 전수 대신 선별 적용 기준과 비용-품질 정책 정리
---

View File

@ -1,7 +1,9 @@
---
tags: [research, rag, robeing, pgvector, jsonb, postgres, schema]
type: research
status: open
status: closed
closed_date: 2026-03-22
closed_reason: 설계 목적 달성, 200개 대상 구현 완료, Unresolved는 3차 계획 또는 후속 문서로 이관
research_target: Markdown 메타·청크·임베딩을 PostgreSQL 중심으로 적재하는 스키마 방향 정리
---

View File

@ -1,7 +1,9 @@
---
tags: [research, rag, robeing, postgres, graph, relations]
type: research
status: open
status: closed
closed_date: 2026-03-22
closed_reason: 설계 목적 달성, 200개 대상 구현 완료, Unresolved는 3차 계획 또는 후속 문서로 이관
research_target: PostgreSQL 기반 문서 관계 탐색과 그래프 확장 방식 정리
---

View File

@ -1,7 +1,9 @@
---
tags: [research, rag, robeing, ingestion, normalization, multimodal]
type: research
status: open
status: closed
closed_date: 2026-03-22
closed_reason: 설계 목적 달성, 200개 대상 구현 완료, Unresolved는 3차 계획 또는 후속 문서로 이관
research_target: 다형식 원본의 자동 수집·정규화 전략 정리
---