pj4533 / yourgoal

Swift implementation of BabyAGI
MIT License
50 stars 8 forks source link

Add a local storage memory option #14

Open pj4533 opened 1 year ago

pj4533 commented 1 year ago

AutoGPT has a few different memory options, including redis

Would be good to investigate, also would help me understand the very basics needed to create a relevant memory store using KNN and embeddings.