π¦VectorStore
The Vector Store provides a structured way to store, update, delete, and query documents using various storage backends. It is designed to be inherited by specific storage implementations that define the actual methods for handling data.
The storage can serve as a backend for Memory to retain the activities of the Agent Execution. The storage class will be instantiated together with the memory class.
OpenAGI Uses ChromaDB as default storage backend for Memory.
When the Base Storage Class is inherited, it will have basic methods implemented as below:
Last updated