The community member has a question about persistent storage for indices and graphs they have generated. They have tried using S3 storage but encountered issues with serializing and deserializing. The comments suggest checking the StorageContext and provide a link to documentation on saving and loading data. Another community member mentions that the project currently supports saving directly to MongoDB and that adding S3 support should be easy. They are open to contributions and a community member has submitted a pull request for initial S3 support. There is no explicitly marked answer, but the community members are discussing potential solutions.
Hey, a quick question on persistent storage. To store the indices and graphs that are generated, should I be using a database or an S3 storage? I have tried using S3, but I am getting errors with serialising and deserialising.