Skip to content

Commit 0126a7a

Browse files
authored
Merge pull request #332 from ahnjj/feature/search-agents-notebook
Add: notebook for smolagents tutorial for vector search in Korean
2 parents 815874f + bc585c8 commit 0126a7a

File tree

3 files changed

+1633
-0
lines changed

3 files changed

+1633
-0
lines changed

notebooks/ko/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
sections:
2828
- local: multiagent_web_assistant
2929
title: 다중 에이전트 계층 구조에서 여러 에이전트가 협업하도록 하기
30+
- local: vector_search_agent
31+
title: 벡터 검색 에이전트-허깅페이스 허브를 백엔드로 하는 지능형 검색 엔진
3032
- title: Multimodal 레시피
3133
isExpanded: false
3234
sections:

notebooks/ko/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- [개인용 GPU에서 TRL로 SmolVLM DPO 파인튜닝하기](ko_fine_tuning_vlm_dpo_smolvlm_instruct)
1717
- [커스텀 데이터셋으로 객체 탐지 모델 파인튜닝하기, Spaces에 배포하기, 그리고 Gradio API 연동하기](fine_tuning_detr_custom_dataset)
1818
- [허깅페이스 허브를 백엔드로 사용한 벡터 검색](vector_search_with_hub_as_backend)
19+
- [벡터 검색 에이전트-허깅페이스 허브를 백엔드로 하는 지능형 검색 엔진](vector_search_agent)
1920

2021
더 다양한 노트북을 확인하고 싶다면 Cookbook's [GitHub 리포지토리](https://github.com/huggingface/cookbook)에 방문해보세요.
2122

0 commit comments

Comments
 (0)