Skip to content

Commit 0eec604

Browse files
authored
Merge pull request #276 from davidberenstein1957/add-vector-search-with-hub-as-backend
docs: Add "Vector Search on Hugging Face with the Hub as Backend"
2 parents 62c17d8 + 159ddbc commit 0eec604

File tree

3 files changed

+509
-3
lines changed

3 files changed

+509
-3
lines changed

notebooks/en/_toctree.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
title: Phoenix Observability Dashboard on HF Spaces
7373
- local: search_and_learn
7474
title: Scaling Test-Time Compute for Longer Thinking in LLMs
75-
75+
7676
- title: Computer Vision Recipes
7777
isExpanded: false
7878
sections:
@@ -114,6 +114,8 @@
114114
sections:
115115
- local: semantic_reranking_elasticsearch
116116
title: Semantic Reranking with Elasticsearch
117+
- local: vector_search_with_hub_as_backend
118+
title: Vector Search on Hugging Face with the Hub as Backend
117119

118120
- title: Agents Recipes
119121
isExpanded: false

notebooks/en/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ applications and solving various machine learning tasks using open-source tools
77

88
Check out the recently added notebooks:
99

10+
- [Vector Search on Hugging Face with the Hub as Backend](vector_search_with_hub_as_backend)
1011
- [Multi-Agent Order Management System with MongoDB](mongodb_smolagents_multi_micro_agents)
1112
- [Scaling Test-Time Compute for Longer Thinking in LLMs](search_and_learn)
1213
- [Signature-Aware Model Serving from MLflow with Ray Serve](mlflow_ray_serve)
1314
- [Fine-tuning SmolVLM using direct preference optimization (DPO) with TRL on a consumer GPU](fine_tuning_vlm_dpo_smolvlm_instruct)
14-
- [Smol Multimodal RAG: Building with ColSmolVLM and SmolVLM on Colab's Free-Tier GPU](multimodal_rag_using_document_retrieval_and_smol_vlm)
15-
1615

1716
You can also check out the notebooks in the cookbook's [GitHub repo](https://github.com/huggingface/cookbook).
1817

0 commit comments

Comments
 (0)