mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-06 01:02:54 +08:00
Doc (#6493)
* cloud doc * doc refactor * doc move * seo * remove doc * yml * doc * fix: tsconfig * fix: tsconfig
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: Introduction
|
||||
description: FastGPT Community Edition Introduction
|
||||
---
|
||||
|
||||
FastGPT Community Edition is the free version of FastGPT, designed for individual developers and small delivery teams. It includes all core FastGPT features: Agent building, workflows, and knowledge bases. Please use it in compliance with the [FastGPT Open Source License](/docs/introduction/opensource/license).
|
||||
|
||||
**Related Links**
|
||||
|
||||
* [GitHub Repository](https://github.com/labring/FastGPT)
|
||||
* [Deployment Guide](https://doc.fastgpt.io/docs/self-host/intro/)
|
||||
* [Local Development Guide](https://doc.fastgpt.io/docs/self-host/intro/)
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: 介绍
|
||||
description: FastGPT 社区版介绍
|
||||
---
|
||||
|
||||
FastGPT 社区版是 FastGPT 的免费版本,适合于个人开发者或小型交付团队使用。包含了 FastGPT 所有核心功能:Agent 构建、工作流、知识库,请在遵守[FastGPT 开源协议](/docs/introduction/opensource/license)的前提下使用。
|
||||
|
||||
**相关链接**
|
||||
|
||||
* [GitHub 仓库](https://github.com/labring/FastGPT)
|
||||
* [部署教程](https://doc.fastgpt.io/docs/self-host/intro/)
|
||||
* [本地开发介绍](https://doc.fastgpt.io/docs/self-host/intro/)
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Open Source License
|
||||
description: FastGPT Open Source License
|
||||
---
|
||||
|
||||
The FastGPT project is open-sourced under the Apache License 2.0, with the following additional conditions:
|
||||
|
||||
- FastGPT may be used commercially -- for example, as a backend-as-a-service for other applications or as an application development platform for enterprises. However, a commercial license is required when the following conditions apply:
|
||||
|
||||
- Multi-tenant SaaS: You may not use the fastgpt.io source code to operate a multi-tenant SaaS service similar to fastgpt.io without explicit written authorization from FastGPT.
|
||||
- Logo and copyright: You may not remove or modify the logo or copyright information in the FastGPT console.
|
||||
|
||||
Contact us at dennis@sealos.io for licensing inquiries.
|
||||
|
||||
- As a contributor, you agree that your contributed code may be used for the following purposes:
|
||||
|
||||
- The maintainers reserve the right to change the open source license to a more restrictive or more permissive one.
|
||||
- It may be used for commercial purposes, such as FastGPT's cloud service.
|
||||
|
||||
All other rights and restrictions follow the Apache License 2.0. For full details, refer to the complete Apache License 2.0 text. The interaction design of this product is protected by design patents. © 2023 Sealos.
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: 开源协议
|
||||
description: ' FastGPT 开源许可证'
|
||||
---
|
||||
|
||||
FastGPT 项目在 Apache License 2.0 许可下开源,但包含以下附加条件:
|
||||
|
||||
- FastGPT 允许被用于商业化,例如作为其他应用的“后端即服务”使用,或者作为应用开发平台提供给企业。然而,当满足以下条件时,必须联系作者获得商业许可:
|
||||
|
||||
- 多租户 SaaS 服务:除非获得 FastGPT 的明确书面授权,否则不得使用 fastgpt.io 的源码来运营与 fastgpt.io 服务类似的多租户 SaaS 服务。
|
||||
- LOGO 及版权信息:在使用 FastGPT 的过程中,不得移除或修改 FastGPT 控制台内的 LOGO 或版权信息。
|
||||
|
||||
请通过电子邮件 dennis@sealos.io 联系我们咨询许可事宜。
|
||||
|
||||
- 作为贡献者,你必须同意将你贡献的代码用于以下用途:
|
||||
|
||||
- 生产者有权将开源协议调整为更严格或更宽松的形式。
|
||||
- 可用于商业目的,例如 FastGPT 的云服务。
|
||||
|
||||
除此之外,所有其他权利和限制均遵循 Apache License 2.0。如果你需要更多详细信息,可以参考 Apache License 2.0 的完整版本。本产品的交互设计受到外观专利保护。© 2023 Sealos.
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "FastGPT Community Edition",
|
||||
"description": "FastGPT Community Edition",
|
||||
"icon": "🔧",
|
||||
"pages": ["intro", "license"]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "FastGPT 社区版",
|
||||
"description": "FastGPT 社区版",
|
||||
"icon": "🔧",
|
||||
"pages": ["intro", "license"]
|
||||
}
|
||||
Reference in New Issue
Block a user