Merged
Conversation
Delete v2-complete-tutorial.md, v2-usage-guide.md, vector-retriever.md, vector-store-backends.md, getting-started-without-datahub.md. Content redistributed into 01-05 series.
Restructure docs/tutorials/ into a progression:
01-quickstart — BaselineNL2SQL 5분 실행
02-baseline — DB Explorer, CSV 카탈로그, CLI 사용법
03-vector-search — FAISS/pgvector 인덱싱, save/load
04-hybrid — HybridNL2SQL, EnrichedNL2SQL, QuestionGate
05-advanced — 수동 조합, 커스텀 어댑터, MemoryHook, 트러블슈팅
All examples use real OpenAI API. CLI options documented in 02-baseline.
튜토리얼 시리즈(01~05)로 대체되어 더 이상 사용되지 않는 파일 삭제 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- RunContext 기반 예시를 KeywordRetriever/SQLGenerator 실제 API로 교체 - "상태는 RunContext 하나로" 섹션 제거, 명시적 타입 인자 패턴으로 대체 - 스마트 따옴표를 일반 따옴표로 통일 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- "철학: Define-by-run + Minimal core" 중복 섹션 삭제 - 스마트 따옴표를 일반 따옴표로 통일 - LangGraph 등 특정 프레임워크 언급 제거 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- run() → _run() 메서드 규약 반영 - SequentialFlow 중심 설명을 프리셋 Flow(BaselineNL2SQL 등)로 교체 - MemoryHook API를 hook.snapshot()으로 업데이트 - closure/partial 패턴 섹션 제거 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- RunContext 반환 계약 예시를 _run() 반환 타입 기반으로 변경 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- build_llm_from_env, build_embedding_from_env, build_db_from_env 사용법 추가 - 지원 프로바이더 테이블 및 .env 예시(Anthropic + PostgreSQL) 포함 - 파이프라인 연동 예시 추가 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- DataHubCatalogLoader 사용법 및 파이프라인 연동 예시 추가 - 전체 Port 프로토콜 레퍼런스 테이블 추가 (10개 Port, 시그니처 포함) - 기존 섹션 번호 재정렬 (5→7 Hook, 6→8 Best Practices, 7→9 트러블슈팅) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code