diff --git a/notebooks/en/_toctree.yml b/notebooks/en/_toctree.yml index 0dad2843..2e13611f 100644 --- a/notebooks/en/_toctree.yml +++ b/notebooks/en/_toctree.yml @@ -2,6 +2,8 @@ sections: - local: index title: Open-Source AI Cookbook + - local: stable_diffusion_interpolation + title: Stable Diffusion Interpolation - local: automatic_embedding_tei_inference_endpoints title: Automatic Embeddings with TEI through Inference Endpoints - local: faiss_with_hf_datasets_and_clip @@ -14,5 +16,3 @@ title: Advanced RAG on HuggingFace documentation using LangChain - local: rag_evaluation title: RAG Evaluation - - local: stable_diffusion_interpolation - title: Stable Diffusion Interpolation diff --git a/notebooks/en/index.md b/notebooks/en/index.md index 6f7f7a7d..3e90e66d 100644 --- a/notebooks/en/index.md +++ b/notebooks/en/index.md @@ -7,13 +7,13 @@ applications and solving various machine learning tasks using open-source tools Check out the recently added notebooks: +- [Stable Diffusion Interpolation](stable_diffusion_interpolation) - [Automatic Embeddings with TEI through Inference Endpoints](automatic_embedding_tei_inference_endpoints) - [Simple RAG for GitHub issues using Hugging Face Zephyr and LangChain](rag_zephyr_langchain) - [Embedding multimodal data for similarity search using 🤗 transformers, 🤗 datasets and FAISS](faiss_with_hf_datasets_and_clip) - [Fine-tuning a Code LLM on Custom Code on a single GPU](fine_tuning_code_llm_on_single_gpu) - [RAG Evaluation Using Synthetic data and LLM-As-A-Judge](rag_evaluation) - [Advanced RAG on HuggingFace documentation using LangChain](advanced_rag) -- [Stable Diffusion Interpolation](stable_diffusion_interpolation) You can also check out the notebooks in the cookbook's [GitHub repo](https://github.com/huggingface/cookbook).