llamaindex-cli upgrade-file <file_path>
gave this error, please help.from mongoengine import Document, StringField
class Plug(Document):
plugName = StringField()
class Plug(Document): plugName = StringField() class Config: arbitrary_types_allowed = True ...