Skip to content

Commit 53c1be8

Browse files
authored
Merge branch 'main' into evaluating-search-engines
2 parents d470712 + 9f35999 commit 53c1be8

26 files changed

+17860
-8085
lines changed

notebooks/en/_toctree.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
- local: index
66
title: Overview
77

8+
- title: MLOps Recipes
9+
isExpanded: false
10+
sections:
11+
- local: mlflow_ray_serve
12+
title: Signature-Aware Model Serving from MLflow with Ray Serve
13+
814
- title: LLM Recipes
915
isExpanded: false
1016
sections:
@@ -66,6 +72,8 @@
6672
title: Enhancing RAG Reasoning with Knowledge Graphs
6773
- local: phoenix_observability_on_hf_spaces
6874
title: Phoenix Observability Dashboard on HF Spaces
75+
- local: search_and_learn
76+
title: Scaling Test-Time Compute for Longer Thinking in LLMs
6977

7078
- title: Computer Vision Recipes
7179
isExpanded: false
@@ -100,7 +108,8 @@
100108
title: Fine-tuning SmolVLM with TRL on a consumer GPU
101109
- local: multimodal_rag_using_document_retrieval_and_smol_vlm
102110
title: Smol Multimodal RAG, Building with ColSmolVLM and SmolVLM on Colab's Free-Tier GPU
103-
111+
- local: fine_tuning_vlm_dpo_smolvlm_instruct
112+
title: Fine-tuning SmolVLM using direct preference optimization (DPO) with TRL on a consumer GPU
104113

105114
- title: Search Recipes
106115
isExpanded: false
@@ -112,11 +121,9 @@
112121
isExpanded: false
113122
sections:
114123
- local: agents
115-
title: Build an agent with tool-calling superpowers using Transformers Agents
124+
title: Build an agent with tool-calling superpowers using smolagents
116125
- local: agent_rag
117126
title: Agentic RAG - turbocharge your RAG with query reformulation and self-query
118-
- local: agent_change_llm
119-
title: Create a Transformers Agent from any LLM inference provider
120127
- local: agent_text_to_sql
121128
title: Agent for Text-to-SQL with automatic error correction
122129
- local: agent_data_analyst
@@ -125,6 +132,8 @@
125132
title: Have several agents collaborate in a multi-agent hierarchy
126133
- local: multiagent_rag_system
127134
title: Multi-agent RAG System 🤖🤝🤖
135+
- local: mongodb_smolagents_multi_micro_agents
136+
title: MongoDB + SmolAgents Multi-Micro Agents to facilitate a data driven order-delivery AI agent
128137

129138
- title: Enterprise Hub Cookbook
130139
isExpanded: True

notebooks/en/agent_change_llm.ipynb

Lines changed: 0 additions & 338 deletions
This file was deleted.

0 commit comments

Comments
 (0)