From c578984e6e744c3e2885df7e7fe47155dbac9ee9 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:05:32 +0900 Subject: [PATCH] Step-07: Restore refined pipeline logic to correct location (Progress folder) --- .../General_데이터 처리 파이프라인_청킹로직_v01.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 02. Prompts/진행과정/데이터 처리 파이프라인/General_데이터 처리 파이프라인_청킹로직_v01.md diff --git a/02. Prompts/진행과정/데이터 처리 파이프라인/General_데이터 처리 파이프라인_청킹로직_v01.md b/02. Prompts/진행과정/데이터 처리 파이프라인/General_데이터 처리 파이프라인_청킹로직_v01.md new file mode 100644 index 0000000..f2160e7 --- /dev/null +++ b/02. Prompts/진행과정/데이터 처리 파이프라인/General_데이터 처리 파이프라인_청킹로직_v01.md @@ -0,0 +1,9 @@ +--- +source: D:\for python\geulbeot(history)\geulbeot-light(6th)_0128\geulbeot-light\converters\pipeline\step4_chunk.py +--- + +[의미 기반 로직 추출 완료] +1. 입력 문서를 의미 단위로 분할(Chunking)한다. +2. 각 청크별로 핵심 내용을 요약한다. +3. 중복된 정보를 제거하고 논리적 연결성을 검토한다. +...