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
-**Semantic Search**: Recall relevant info by meaning using vector search
6
+
-**Zero Maintenance**: Auto-expiring short-term memory without a need to track timestamps manually
7
+
-**Multi-User**: Isolated memory per user
8
+
-**Learning**: Assistant can "understand" each user better the more it's used
9
9
10
10
**Note**: Requires [Redis 8](https://hub.docker.com/_/redis/tags) for `HSETEX`, which adds per-field TTL for hashes, which is ideal for managing short-term memory with precision.
0 commit comments