Skip to content

Commit ffe479e

Browse files
committed
chore: Notion 동기화 2026-07-16 16:00
1 parent 6bcf0e3 commit ffe479e

5 files changed

Lines changed: 26 additions & 28 deletions

File tree

blog/.notion-sync.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
},
3030
"39ce15b4-0359-8051-a39e-d78c277e3c7e": {
3131
"file": "blog/2026-07-13-07-langgraph-기반-방송-워크플로우-설계.md",
32-
"last_edited": "2026-07-16T03:54:00.000Z",
33-
"content_hash": "6243e3edcb768486b8421c847d0b8ac2117e313fc44fc25ef0d990e40fb7601a",
32+
"last_edited": "2026-07-16T06:23:00.000Z",
33+
"content_hash": "a9f3d04ae3442563a1b2f7d323d643c14a25f736c6cfb44c76e4fedf08553229",
3434
"order": 5,
3535
"parent_id": null
3636
},
3737
"39ce15b4-0359-80cc-afdb-fad276333f56": {
3838
"file": "blog/2026-07-13-07-rag-파이프라인-구축.md",
39-
"last_edited": "2026-07-16T03:54:00.000Z",
40-
"content_hash": "06e6949e8268b292cddae91a0d62f08ba8764c8805211adbe38415caa0d09db8",
39+
"last_edited": "2026-07-16T06:56:00.000Z",
40+
"content_hash": "de096b7cbdd4247f8a4685825fd26577661e2dc3419944a90582cf5c9ba1a4be",
4141
"order": 6,
4242
"parent_id": null
4343
},

blog/2026-07-13-07-langgraph-기반-방송-워크플로우-설계.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,12 @@ last_update:
1010

1111
---
1212

13-
- 해당 글은 agent-search 설명 글이다
14-
- 현재 프로젝트에서의 Langraph 가 뭐고, 워크플로우를 써본다
13+
- 해당 글에서는 이미 설계된 Langraph 이용하여, 방송 서비스를 어떻게 새로 만들지를 보여준다\
14+
- 글에는 기술적인거 아니라, 어떠한 입력을 주고, 어떠한 방송 서비스 만들지만 적기
1515

1616
<!--truncate-->
1717

18-
![image](/img/blog/07-langgraph-기반-방송-워크플로우-설계/img-00.png)
19-
20-
```json
21-
22-
23-
┌─ [6] agent-search (LangGraph) ────────────────────────────────────┐
24-
│ UI 질의(모아보기/숏폼/예고편/광고) → Milvus 검색 │
25-
│ scope→plan→retrieve→expand→select→assemble → 클립(segment) 목록 │
26-
│ (클립 조합 ffmpeg 은 다음 단계) │
27-
└────────────────────────────────────────────────────────────────────┘
28-
29-
```
30-
31-
- agent-search/output/*/* .json
32-
이 결과 나타내기
18+
---
3319

3420
---
3521

blog/2026-07-13-07-rag-파이프라인-구축.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,28 @@ last_update:
1111

1212
---
1313

14-
- **RAG 파이프라인 = agent-scenario(색인) + agent-search(검색·생성)**
14+
RAG 를 간단히 표현하면 세 단계라고 할 수 있다.
1515

1616
<!--truncate-->
1717

18+
1. 문서를 구조화하는 파싱 (Parsing)
19+
2. 의미 단위로 나누는 청킹(Chunking) 벡터화하는 임베딩 (Embedding)
20+
3. 사실 기반을 완성하는 검색 (Retrieval) 및 답변 (Generating)
21+
22+
23+
24+
![image](/img/blog/07-rag-파이프라인-구축/img-00.png)
25+
26+
27+
우리는 영상을 짜르고~~~~~
28+
- RAG 우리꺼 설명한거 테이블 화
29+
- mermaid 도입하여 그림화
30+
31+
32+
이 프로젝트에서 표현하자면 아래와 같다.
33+
34+
![image](/img/blog/07-rag-파이프라인-구축/img-01.png)
35+
1836
```json
1937
[색인 = Indexing 쪽] agent-scenario
2038
영상 분석 결과 → 임베딩 → Milvus 4개 컬렉션에 upsert
@@ -26,12 +44,6 @@ last_update:
2644

2745
```
2846

29-
30-
---
31-
32-
33-
- 자용자 질문울 어떻게 해석시키는지로 변경
34-
3547
### 마무리
3648

3749
---
184 KB
Loading
453 KB
Loading

0 commit comments

Comments
 (0)