Changelog
All notable changes to the Tensorheart Memory API.
v1.0.0 (2024-01-15)
Added
- Initial release of the Tensorheart Memory API
- Memory CRUD operations
- Query and retrieval
- Answer generation
- Memory extraction from text
- Multi-tenant organization support
- API key management with scopes
- Usage tracking and billing
- Rate limiting by plan tier
- Python and JavaScript SDKs
API Endpoints
POST /v1/memories- Create memoryGET /v1/memories- List memoriesGET /v1/memories/{id}- Get memoryPUT /v1/memories/{id}- Update memoryDELETE /v1/memories/{id}- Delete memoryPOST /v1/query- Query memoriesPOST /v1/query/answer- Query with AI answerPOST /v1/query/extract- Extract memoriesGET /v1/account- Account detailsGET /v1/usage- Usage metrics
Upcoming
Planned Features
- Webhooks for memory events
- Batch API for async operations
- Memory versioning
- Advanced analytics dashboard
SDK Improvements
- Go SDK
- Ruby SDK
- Java SDK