happybell80 872ae14f73 fix: RAG 계획/SKILL.md stale 값 정리 및 검증 기록란 추가
- SKILL.md: ChromaDB 병행 → pgvector 단일 운영, 대표 파일 2개 → 200개 인덱싱 현황으로 갱신
- 1차 계획: 완료 조건에 본문 미추출(99.7%) 미완료 상태 명시, 1:1 대응 차이 수치 반영
- 적용1 계획: 샘플 질문 16개 검증 결과 기록 테이블 추가

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 12:22:57 +09:00

2.1 KiB

name, description
name description
companyx-rag Use this skill when a Company X user asks for answers grounded in Company X internal documents, especially for evidence checks, internal-material summaries, program explanations, or document-based fact verification.

Company X RAG

Use this skill only for Company X users and only when the answer should be grounded in Company X internal documents.

Trigger

  • The user is authenticated as a Company X member.
  • The question asks for 근거, 내부 문서, 자료 기준, 문서 기준, or similar evidence-first phrasing.
  • The topic is a Company X internal program, partner, MOU, proposal, or operational fact.

Do

  • Search Company X internal documents before using general web knowledge.
  • Answer in this order:
    1. direct answer
    2. evidence documents
    3. short evidence summary
  • If documents conflict, say they conflict.
  • If documents are missing, say the evidence is insufficient.

Do Not

  • Do not guess missing internal facts.
  • Do not answer from general web knowledge first when the user expects internal grounding.
  • Do not dump long raw excerpts without a short explanation.
  • Do not expose Company X internal grounding to non-Company X users.

Current Operating Path

  • Team boundary: 79441171-3951-4870-beb8-916d07fe8be5
  • Retrieval service: skill-rag-file
  • Embedding: Gemini Embedding 2 (gemini-embedding-2-preview), 768d, skill-embedding 게이트웨이 경유
  • Storage: PostgreSQL (pgvector) 단일 운영. ChromaDB는 레거시(운영 비사용).
  • 청킹: 텍스트 추출 후 문자 단위 분할 (chunk_size=1000, overlap=200)
  • 인덱싱 대상: 200개 파일 (latest_200_companyx.txt), DB 기준 team_document 1,172건 / team_document_chunk 3,095건
  • NAS 원본: /mnt/nas/workspace/6.Company X (53,249 파일)

Response Shape

  • Direct answer: 네/아니요/현재는 단정 불가
  • Evidence section:
    • document name
    • short snippet summary
    • chunk/page hint if available
  • Limitation section when needed:
    • 문서 없음
    • 문서 간 불일치
    • 최신 집계 미확인