Releases: KnowGuard-AI/HotMem
Releases · KnowGuard-AI/HotMem
v0.1.6
What's Changed
- chore: community files and CI for public launch by @valiantone in #18
- chore: Python 3.13/3.14 support, badges, CI improvements, agentic guidelines by @valiantone in #19
- feat: add per-memory TTL expiry by @valiantone in #21
- feat: add FTS5 full-text search by @valiantone in #22
- ci: fix release automation dispatch by @valiantone in #20
- chore: add README banner by @valiantone in #23
- Speed up JSONL hydration by @valiantone in #28
New Contributors
- @valiantone made their first contribution in #18
Full Changelog: v0.1.4...v0.1.6
v0.1.5
What's Changed
- chore: community files and CI for public launch by @valiantone in #18
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Initial public release.
- FastAPI sidecar server on port 8711
- SQLite storage with cosine similarity UDF
- Hash-based embedding (dim=64, zero dependencies)
- Hybrid search: cosine + keyword + importance
- LLM-ready message object output
- JSONL hydrate/snapshot
- Mount directory concept
- Python client SDK
- CLI: serve, hydrate, snapshot, status
Install: pip install hotmem or uv pip install hotmem