Browse Source

Merge branch 'rel-10.0' of https://github.com/abpframework/abp into rel-10.0

pull/24326/head 10.0.1
voloagent 2 months ago
parent
commit
1ea682a757
  1. 2
      docs/en/framework/infrastructure/artificial-intelligence/index.md
  2. 5
      docs/en/modules/ai-management/index.md

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

@ -1,4 +1,4 @@
# Artificial Intelligence
# Artificial Intelligence (AI)
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.
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.

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

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

Loading…
Cancel
Save