Skip to content

Commit 1ea682a

Browse files
committed
Merge branch 'rel-10.0' of https://github.com/abpframework/abp into rel-10.0
2 parents a6f894a + 8dfbce6 commit 1ea682a

File tree

2 files changed

+5
-2
lines changed
  • docs/en
    • framework/infrastructure/artificial-intelligence
    • modules/ai-management

2 files changed

+5
-2
lines changed

docs/en/framework/infrastructure/artificial-intelligence/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Artificial Intelligence
1+
# Artificial Intelligence (AI)
22
ABP Framework provides integration for AI capabilities to your application by using Microsoft's popular AI libraries. The main purpose of this integration is to provide a consistent and easy way to use AI capabilities and manage different AI providers, models and configurations in a single application.
33

44
ABP introduces a concept called **AI Workspace**. A workspace allows you to configure isolated AI configurations for a named scope. You can then resolve AI services for a specific workspace when you need to use them.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
> You must have an ABP Team or a higher license to use this module.
44
5-
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.
5+
> **⚠️ Important Notice**
6+
> The **AI Management Module** is currently in **preview** and not yet production-ready. The documentation and implementation are subject to change.
7+
> We recommend using this module for **evaluation and experimentation** only, not in production environments for now.
68
9+
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.
710

811
## How to Install
912

0 commit comments

Comments
 (0)