[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
---
id: P-REINFORCE-AUTO-SRCH-001
id: [[P-Reinforce]]-AUTO-SRCH-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [auto-reinforced, search, information-retrieval, indexing, query, filter, access]
@@ -15,7 +15,7 @@ last_reinforced: 2026-04-20
검색(Search) 혹은 정보 검색(Information Retrieval)은 방대한 자료 뭉치에서 필요한 정보를 찾아내는 행위와 기술입니다.
1. **3대 구성 요소**:
* **Indexing**: 정보를 미리 정리해서 표(Index)로 만들어둠. (Repository와 연결)
* **Indexing**: 정보를 미리 정리해서 표(Index)로 만들어둠. ([[Repository]]와 연결)
* **Query**: 사용자가 던지는 질문이나 키워드.
* **Ranking**: 수만 개의 결과 중 무엇이 '가장 관련 있는가'를 결정. (Probability와 연결)
2. **왜 중요한가?**: