document/content/self-host/upgrading/4-15/41504.en.mdx
ā¼ļø Important update: the plugin service has been upgraded to v1.0.0-beta1, and system tool execution has changed significantly.
AUTH_TOKEN environment variable for fastgpt-plugin. It must be at least 32 characters long.PLUGIN_TOKEN environment variable for fastgpt to match the AUTH_TOKEN value used by fastgpt-plugin.MONGODB_URI environment variable for fastgpt-plugin so it does not conflict with the MongoDB database name used by fastgpt. For example: mongodb://myusername:mypassword@fastgpt-mongo:27017/fastgpt-plugin?authSource=adminfastgpt web app, click Admin in the navbar, click add plugin, click Import/Update Plugin, upload the zip package, and confirm. This reinstalls all legacy system tools.You can also download tools one by one from the plugin marketplace. Before the stable release, the marketplace URL is: https://v2.marketplace.fastgpt.cn
liteparse for PDF parsing, improving parsing speed by 3x.runtime structure into a pnpm workspace monorepo, split into the HTTP service entry, domain models, use cases, API adapters, infrastructure, SDK, and CLI.