We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d55cd commit 5dcc544Copy full SHA for 5dcc544
README.md
@@ -14,7 +14,7 @@ A lightweight Rust framework for defining and executing semantic commands using
14
* Async executors with typed results (downcast at call site).
15
* Pluggable embeddings (implemented: OpenAI)
16
* Command recognition based on input similarity.
17
-* Optional caching layer for embeddings (implemented: PostgreSQL).
+* Optional caching layer for embeddings (implemented: PostgreSQL, InMemoryCache).
18
* Context-aware execution.
19
* Easy integration with multiple interfaces (CLI, web, API, messaging bots).
20
0 commit comments