kingjulio8238 / Memary

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

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

Open seyeong-han opened 3 months ago

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

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