Releases: zoobzio/cogito
Releases · zoobzio/cogito
cogito v0.0.4
cogito v0.0.4
LLM-powered reasoning chains with semantic memory for Go.
Installation
go get github.com/zoobzio/cogito@v0.0.4Requirements
- Go 1.21 or higher
- PostgreSQL with pgvector (for Memory)
Changelog
♻️ Refactoring
Full Documentation: https://github.com/zoobzio/cogito/tree/v0.0.4/docs
Thanks to all contributors!
cogito v0.0.2
cogito v0.0.2
LLM-powered reasoning chains with semantic memory for Go.
Installation
go get github.com/zoobzio/cogito@v0.0.2Requirements
- Go 1.21 or higher
- PostgreSQL with pgvector (for Memory)
Changelog
🐛 Bug Fixes
Full Documentation: https://github.com/zoobzio/cogito/tree/v0.0.2/docs
Thanks to all contributors!