kingjulio8238 / Memary

The Open Source Memory Layer For Autonomous Agents
https://finetune.dev/
MIT License
1.4k stars 98 forks source link

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

Open seyeong-han opened 3 months ago

seyeong-han commented 3 months 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.