[REST API] - 10개 그래프 작업 엔드포인트 * /graph/resolve (Entity 중복 해결) * /graph/subgraph/* (부분 그래프 추출) * /graph/patterns/* (경로/순환/모티프) * /graph/analytics/* (중심성/커뮤니티/통계) * /rag/context-extraction (RAG 컨텍스트) * /rag/query (RAG 쿼리) [GraphQL] - 유연한 쿼리 지원 - Entity 조회 - Aggregate 쿼리 (communities, stats) [RAG 파이프라인] - 벡터 검색 → 컨텍스트 추출 → LLM 프롬프트 생성 - LLM 통합 준비 (프롬프트 형식 표준화) - 자동 문서화 (Swagger/OpenAPI) [테스트] - test_phase6_api.py (7/7 통과) - API 응답 구조 검증 - RAG 워크플로우 검증 - 에러 처리 검증 [문서] - PHASE_6_API_GUIDE.md (완전 레퍼런스) - 예제 코드 (Python, cURL) - 배포 가이드 (Docker, Kubernetes) 다음: Phase 7 - LLM 엔드투엔드 통합 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
12 KiB
12 KiB