kingjulio8238 / Memary

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

Support Python3.8 for llama-index-packs #52

Open seyeong-han opened 2 weeks ago

seyeong-han commented 2 weeks ago

To integrate our code into the llama-index, we need to support Python3.8, which was not our option.

The main fix points will be adding manual typing, which was first implemented in Python 3.9.

kevinl424 commented 2 weeks ago

I see, I thought that typing was introduced in Python 3.5? What do you mean by manual typing here?