Skip to content

Commit

Permalink
Merge pull request #28 from andrewrreed/main
Browse files Browse the repository at this point in the history
Add notebook for Messages API usage walkthrough
  • Loading branch information
MKhalusova committed Feb 22, 2024
2 parents 9e8806d + 0788c62 commit 9a77de2
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.vscode
.idea/
.venv/

**/.ipynb_checkpoints
**/.DS_Store
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sections:
- local: index
title: Open-Source AI Cookbook
- 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 @@ -7,6 +7,7 @@ applications and solving various machine learning tasks using open-source tools

Check out the recently added notebooks:

- [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
Loading

0 comments on commit 9a77de2

Please sign in to comment.