Skip to content

Commit

Permalink
Adjusted added codebase for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv committed Oct 23, 2024
1 parent d11a5ea commit 210a400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Conceptual_Guide/Part_8-semantic_caching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ its operations.
)
self._shutdown_event = asyncio.Event()
self._event_thread.start()
+ self.semantic_cache = SemanticCPUCache(SemanticCPUCacheConfig)
+ config = SemanticCPUCacheConfig()
+ self.semantic_cache = SemanticCPUCache(config=config)

```

Expand Down

0 comments on commit 210a400

Please sign in to comment.