Skip to content

Releases: rolandtannous/haystack-memory

v0.7 RedisUtils Bug fix

18 Apr 16:44
97450d2
Compare
Choose a tag to compare

What's Changed

  • Fixes __transfer_sensory_memory() not being passed the results by @recrudesce in #10

New Contributors

Full Changelog: v0.6...v0.7

v0.6 sensory memory

17 Apr 20:15
2312f1a
Compare
Choose a tag to compare

New

  • Feat: New Memory Architecture . Adding Sensory memory capabilities!

Full Changelog: 0.5...v0.6

v0.5

17 Apr 00:50
b38c44b
Compare
Choose a tag to compare

What's Changed

  • Feat: Improved agent prompt template by @rolandtannous in #5
  • Feat: Allow chat wrapper function to Return full chat results and updated conversation memory by @rolandtannous in #6

Full Changelog: 0.3...0.5

Initial Release v0.3

16 Apr 22:46
9c32f3a
Compare
Choose a tag to compare

Highlights

  • Basic conversation memory tool for Haystack agents.
  • Available for use as in-memory or based on Redis with a sliding window.
  • Allows conversation flow and partial query to memory associations.

Full Changelog: https://github.com/rolandtannous/haystack-memory/commits/0.3