v6.13.0 - Latest Release
Total Memories
Embedding Model
Server Status
Response Time
📚 Interactive API Docs 📖 ReDoc Documentation 🚀 GitHub Repository

💾 Memory Management

Store, retrieve, and manage semantic memories

POST /api/memories
Store a new memory with automatic embedding generation
GET /api/memories
List all memories with pagination support
GET /api/memories/{hash}
Retrieve a specific memory by content hash
DELETE /api/memories/{hash}
Delete a memory and its embeddings

🔍 Search Operations

Powerful semantic and tag-based search

POST /api/search
Semantic similarity search using embeddings
POST /api/search/by-tag
Search memories by tags (AND/OR logic)
POST /api/search/by-time
Natural language time-based queries
GET /api/search/similar/{hash}
Find memories similar to a specific one

📡 Real-time Events

Server-Sent Events for live updates

GET /api/events
Subscribe to real-time memory events stream
GET /api/events/stats
View SSE connection statistics
GET /static/sse_test.html
Interactive SSE testing interface

🏥 Health & Status

Monitor service health and performance

GET /api/health
Quick health check endpoint
GET /api/health/detailed
Detailed health with database statistics
GET /api/docs
Interactive Swagger UI documentation
GET /api/redoc
Alternative ReDoc documentation