Skip to content

Commit

Permalink
resolve conflicts: _toctree.yml, index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiRusProd committed Feb 25, 2024
1 parent 3e55b6a commit 51f7918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
title: Open-Source AI Cookbook
- local: stable_diffusion_interpolation
title: Stable Diffusion Interpolation
- local: tgi_messages_api_demo
title: Migrating from OpenAI to Open LLMs Using TGI's Messages API
- local: automatic_embedding_tei_inference_endpoints
title: Automatic Embeddings with TEI through Inference Endpoints
- local: faiss_with_hf_datasets_and_clip
Expand Down
1 change: 1 addition & 0 deletions notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ applications and solving various machine learning tasks using open-source tools
Check out the recently added notebooks:

- [Stable Diffusion Interpolation](stable_diffusion_interpolation)
- [Migrating from OpenAI to Open LLMs Using TGI's Messages API](tgi_messages_api_demo)
- [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)
Expand Down

0 comments on commit 51f7918

Please sign in to comment.