Browse Source

Merge pull request #24813 from abpframework/auto-merge/rel-10-1/4340

Merge branch dev with rel-10.1
pull/24819/head
Volosoft Agent 1 day ago
committed by GitHub
parent
commit
8ac76f973c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      docs/en/modules/ai-management/index.md

9
docs/en/modules/ai-management/index.md

@ -9,14 +9,11 @@
> You must have an ABP Team or a higher license to use this module. > You must have an ABP Team or a higher license to use this module.
> **⚠️ Important Notice** This module implements AI (Artificial Intelligence) management capabilities on top of the [Artificial Intelligence Workspaces](../../framework/infrastructure/artificial-intelligence/index.md) feature of the ABP Framework and allows managing workspaces dynamically from the application, including UI components and API endpoints.
> The **AI Management Module** is currently in **preview**. The documentation and implementation are subject to change.
This module implements AI (Artificial Intelligence) management capabilities on top of the [Artificial Intelligence Workspaces](../../framework/infrastructure/artificial-intelligence/index.md) feature of the ABP Framework and allows to manage workspaces dynamically from the application including UI components and API endpoints.
## How to Install ## How to Install
AI Management module is not pre-installed in [the startup templates](../solution-templates/layered-web-application). You can install it using the ABP CLI or ABP Studio. The **AI Management Module** is not included in [the startup templates](../solution-templates/layered-web-application) by default. However, when creating a new application with [ABP Studio](../../tools/abp-studio/index.md), you can easily enable it during setup via the *AI Integration* step in the project creation wizard. Alternatively, you can install it using the ABP CLI or ABP Studio:
**Using ABP CLI:** **Using ABP CLI:**
@ -40,7 +37,7 @@ AI Management module packages are designed for various usage scenarios. Packages
### Menu Items ### Menu Items
AI Management module adds the following items to the "Main" menu: The **AI Management Module** adds the following items to the "Main" menu:
* **AI Management**: Root menu item for AI Management module. (`AIManagement`) * **AI Management**: Root menu item for AI Management module. (`AIManagement`)
* **Workspaces**: Workspace management page. (`AIManagement.Workspaces`) * **Workspaces**: Workspace management page. (`AIManagement.Workspaces`)

Loading…
Cancel
Save