Skip to content

Commit

Permalink
Merge pull request #44 from RichmondAlake/main
Browse files Browse the repository at this point in the history
adding rag with vector store and open source model
  • Loading branch information
MKhalusova committed Feb 26, 2024
2 parents 8e662a7 + 05007f9 commit bb4a98d
Show file tree
Hide file tree
Showing 3 changed files with 4,017 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 @@ -2,6 +2,8 @@
sections:
- local: index
title: Open-Source AI Cookbook
- local: rag_with_hugging_face_gemma_mongodb
title: Building A RAG System with Gemma, MongoDB and Open Source Models
- local: tgi_messages_api_demo
title: Migrating from OpenAI to Open LLMs Using TGI's Messages API
- local: automatic_embedding_tei_inference_endpoints
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:

- [Building A RAG System with Gemma, MongoDB and Open Source Models](rag_with_hugging_face_gemma_mongodb)
- [Prompt Tuning with PEFT Library](prompt_tuning_peft)
- [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)
Expand Down
Loading

0 comments on commit bb4a98d

Please sign in to comment.