Skip to content

v1.0.3 Semantic memory of out-of-context conversation and frontend dev tools

Latest
Compare
Choose a tag to compare
@nielsrolf nielsrolf released this 02 Nov 14:52
· 3 commits to main since this release

Docker image:

nielsrolf/minichain:v1.0.3

Changes

Memory for long conversations

  • very long messages get summarized before being shown to the model
  • long conversations get summarized
  • summaries make use of memories that can be retrieved using the find_memory tool

Browser tool

  • model can interact with websites and get dom, console logs, network logs

Jupyter

  • easier management of background processes, model can reliably start a backend, check the logs later, restart it etc