Skip to content

Commit

Permalink
Merge pull request #53 from peremartra/semantical_cache
Browse files Browse the repository at this point in the history
Implementing a Semantical cache with FAISS in a RAG System
  • Loading branch information
MKhalusova committed Mar 11, 2024
2 parents da746c4 + aedb6cc commit 5749703
Show file tree
Hide file tree
Showing 3 changed files with 1,435 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 @@ -24,3 +24,5 @@
title: RAG Evaluation
- local: prompt_tuning_peft
title: Prompt tuning with PEFT
- local: semantic_cache_chroma_vector_database
title: Implementing semantic cache to improve a RAG system.
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:

- [Implementing semantic cache to improve a RAG system](semantic_cache_chroma_vector_database)
- [Building A RAG Ebook "Librarian" Using LlamaIndex](rag_llamaindex_librarian)
- [Stable Diffusion Interpolation](stable_diffusion_interpolation)
- [Building A RAG System with Gemma, MongoDB and Open Source Models](rag_with_hugging_face_gemma_mongodb)
Expand Down
Loading

0 comments on commit 5749703

Please sign in to comment.