Skip to content

Commit e1b1ea2

Browse files
Update ai_assistant.md
1 parent 41bcb8d commit e1b1ea2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/vss/ai_assistant.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
This intelligent AI assistant is designed to support real-world, multi-session use with Redis as its memory core.
22

33
What you get:
4-
- **Smart Memory**: Ephemeral context that expires automatically, long-term facts retained forever
5-
- **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
4+
- **Smart Memory**: Ephemeral context that expires automatically, long-term facts retained forever
5+
- **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
99

1010
**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.
1111

0 commit comments

Comments
 (0)