v0.1.0 #6
johanneslatzel
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
first release of a typed JSON object store for the llm-chat ecosystem:
Features
ObjectStore<T, Id>swappable persistence interface withhas,get,set,delete,entries, andclearJsonFileStoredirectory-backed store, one<id>.jsonfile per object,with atomic writes and recursive directory creation
MemoryStorein-memory backend implementing the sameObjectStoreinterface
Full Changelog: https://github.com/johanneslatzel/json-file-store/releases/tag/v0.1.0
This discussion was created from the release v0.1.0.
All reactions