Skip to content

Commit e361d4d

Browse files
committed
Fix docs
1 parent 5f8e06c commit e361d4d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Transform your AI agents from goldfish 🐠 into elephants 🐘 with Redis-power
4444

4545
Redis Agent Memory Server is a production-ready memory system for AI agents and applications that:
4646

47-
- **:brain: Remembers everything**: Stores conversation history, user preferences, and important facts across sessions
48-
- **:mag: Finds relevant context**: Uses semantic search to surface the right information at the right time
49-
- **:chart_with_upwards_trend: Gets smarter over time**: Automatically extracts, organizes, and deduplicates memories from interactions
50-
- **:electric_plug: Works with any AI model**: REST API and MCP interfaces compatible with OpenAI, Anthropic, and others
47+
- **🧠 Remembers everything**: Stores conversation history, user preferences, and important facts across sessions
48+
- **🔍 Finds relevant context**: Uses semantic search to surface the right information at the right time
49+
- **📈 Gets smarter over time**: Automatically extracts, organizes, and deduplicates memories from interactions
50+
- **🔌 Works with any AI model**: REST API and MCP interfaces compatible with OpenAI, Anthropic, and others
5151

5252
## Why Use It?
5353

@@ -92,7 +92,7 @@ print(f"Found: {results.memories[0].text}")
9292

9393
## Core Features
9494

95-
### :brain: Two-Tier Memory System
95+
### 🧠 Two-Tier Memory System
9696

9797
!!! info "Working Memory (Session-scoped)"
9898
- Current conversation state and context
@@ -104,19 +104,19 @@ print(f"Found: {results.memories[0].text}")
104104
- Semantic search with vector embeddings
105105
- Advanced filtering by time, topics, entities, users
106106

107-
### :mag: Intelligent Search
107+
### 🔍 Intelligent Search
108108
- **Semantic similarity**: Find memories by meaning, not just keywords
109109
- **Advanced filters**: Search by user, session, time, topics, entities
110110
- **Query optimization**: AI-powered query refinement for better results
111111
- **Recency boost**: Time-aware ranking that surfaces relevant recent information
112112

113-
### :sparkles: Smart Memory Management
113+
### Smart Memory Management
114114
- **Automatic extraction**: Pull important facts from conversations
115115
- **Contextual grounding**: Resolve pronouns and references ("he" → "John")
116116
- **Deduplication**: Prevent duplicate memories with content hashing
117117
- **Memory editing**: Update, correct, or enrich existing memories
118118

119-
### :rocket: Production Ready
119+
### 🚀 Production Ready
120120
- **Multiple interfaces**: REST API, MCP server, Python client
121121
- **Authentication**: OAuth2/JWT, token-based, or disabled for development
122122
- **Scalable storage**: Redis (default), Pinecone, Chroma, PostgreSQL, and more
@@ -196,4 +196,4 @@ Jump into the API documentation and start building with REST or MCP interfaces.
196196

197197
---
198198

199-
**Ready to transform your AI agents?** Start with the [Quick Start Guide](quick-start.md) and build smarter agents in minutes! :brain::sparkles:
199+
**Ready to transform your AI agents?** Start with the [Quick Start Guide](quick-start.md) and build smarter agents in minutes! 🧠✨

0 commit comments

Comments
 (0)