Skip to content

Commit

Permalink
adds new notebook to README
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-cechmanek committed Aug 15, 2024
1 parent ef39307 commit 64bbbcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ LLMs are stateless. To maintain context within a conversation chat sessions must
| Recipe | Description |
| --- | --- |
| [/session-manager/00_session_manager.ipynb](python-recipes/session-manager/00_session_manager.ipynb) | Chat session manager with semantic similarity |
| [/session-manager/01_multiple_sessions.ipynb](python-recipes/session-manager/01_multiple_sessions.ipynb) | Handle multiple simultaneous chats with one instance |

## Semantic Cache
An estimated 31% of LLM queries are potentially redundant ([source](https://arxiv.org/pdf/2403.02694)). Redis enables semantic caching to help cut down on LLM costs quickly.
Expand Down

0 comments on commit 64bbbcc

Please sign in to comment.