From b83b20f72ec6dc1c4f3267fe6f63bf81759219c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 5 Mar 2026 14:37:31 +0900 Subject: [PATCH] Structural Reset: Reorganizing to standard hierarchy --- .../General_데이터 처리 파이프라인_청킹로직_v01.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 02. Prompts/진행과정/데이터 처리 파이프라인/General_데이터 처리 파이프라인_청킹로직_v01.md diff --git a/02. Prompts/진행과정/데이터 처리 파이프라인/General_데이터 처리 파이프라인_청킹로직_v01.md b/02. Prompts/진행과정/데이터 처리 파이프라인/General_데이터 처리 파이프라인_청킹로직_v01.md deleted file mode 100644 index f2160e7..0000000 --- a/02. Prompts/진행과정/데이터 처리 파이프라인/General_데이터 처리 파이프라인_청킹로직_v01.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -source: D:\for python\geulbeot(history)\geulbeot-light(6th)_0128\geulbeot-light\converters\pipeline\step4_chunk.py ---- - -[의미 기반 로직 추출 완료] -1. 입력 문서를 의미 단위로 분할(Chunking)한다. -2. 각 청크별로 핵심 내용을 요약한다. -3. 중복된 정보를 제거하고 논리적 연결성을 검토한다. -...