yoheinakajima / babyagi

MIT License
19.9k stars 2.61k forks source link

Introduce Memory abstraction with local Numpy as default. #191

Open wmeddie opened 1 year ago

wmeddie commented 1 year ago

Abstracts the use of pinecone into a Memory and add mutliple implementations. Such as the original Pinecone or Vecto.

By default, the Numpy implementation will be used.