Releases: kingjulio8238/Memary
Releases · kingjulio8238/Memary
v0.1.5
v0.1.4
What's Changed
- Diagram adds by @kevinl424 in #48
- Updated Descriptions by @kingjulio8238 in #54
- Fix README cover/routing agent image by @kevinl424 in #55
- Included socials by @kingjulio8238 in #57
- Socials Included by @kingjulio8238 in #58
- Clean up README by @kevinl424 in #60
- Add FalkorDB graph database by @galshubeli in #59
New Contributors
- @galshubeli made their first contribution in #59
Full Changelog: v0.1.3...0.1.4
v0.1.3
What's Changed
- version 0.1.2 quickfix by @kevinl424 in #38
- Specify suggested default models by @kingjulio8238 in #41
- Tool flexibility by @kevinl424 in #40
- ability to initialize ChatAgent with subset of default tools with new parameter
- add_tools now allows users to add their own custom tools to be used by ChatAgent
- remove_tool allows users to remove both custom and default tools
- README Usage section additions detailing how to use these new methods
Version Release Demo: https://youtu.be/JhXn8HE56Rw
v0.1.2
What's Changed
- docs: Update README for pip install by @kevinl424 in #34
- Ollama integration by @kevinl424 in #36
- feat: support llama3 and llava models
- feat: llm/vision switching interface in UI
Contributors
v0.1.1
Big Update!
You can install memary
from python package and implement our modules on your own projects!
pip install memary==0.1.1
What's Changed
- feat: COLBERT reranking model by @kevinl424 #15
- feat: add query decomposition model by @kevinl424 #22
- feat: add Tool-Selector UIs with additional tools by @shreybirmiwal #26
- feat: add PyPi memary integration by @kingjulio8238 @kevinl424 @seyeong-han #29
- docs: Update README image links by @kevinl424 @seyeong-han #29
Contributors
v0.1.0
Finalize with this stable code.