You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,13 @@ An estimated 31% of LLM queries are potentially redundant ([source](https://arxi
80
80
|[/semantic-cache/doc2cache_llama3_1.ipynb](python-recipes/semantic-cache/doc2cache_llama3_1.ipynb)| Build a semantic cache using the Doc2Cache framework and Llama3.1 |
81
81
|[/semantic-cache/semantic_caching_gemini.ipynb](python-recipes/semantic-cache/semantic_caching_gemini.ipynb)| Build a semantic cache with Redis and Google Gemini |
82
82
83
+
### Semantic Routing
84
+
Routing is a simple and effective way of preventing misuses with your AI application or for creating branching logic between data sources etc.
85
+
86
+
| Recipe | Description |
87
+
| --- | --- |
88
+
|[/semantic-router/00_semantic_routing.ipynb](python-recipes/semantic-router/00_semantic_routing.ipynb)| Simple examples of how to build an allow/block list router in addition to a multi-topic router |
0 commit comments