kingjulio8238 / memary

Human Memory for AI Agents.
https://www.memarylabs.com
MIT License
1.14k stars 79 forks source link

[REFACTOR][HOTFIX] 52 support python38 for llama index packs #53

Open seyeong-han opened 1 week ago

seyeong-han commented 1 week ago

Llama-index uses black, ruff, codespell on pre-commit. The reason why we got the error during their unit testing was their unit testing also checked our original memary repository even if we didn't put our library codes on the llama-index-packs. Therefore, we had to modify our original repo codes to pass their pre-commit config.

To @kevinl424, We need to build the next version of memary (i.e. v0.1.3.hotfix) on PyPI for llama-index-packs integration. After building the new version of memary, please test streamlit application again. I carefully checked all the reformatted codes but there can be small mistakes.