Browse Source

Merge pull request #24601 from abpframework/auto-docs-seo/24600

docs: Add SEO descriptions (from PR 24600)
pull/24604/head
Ma Liming 4 weeks ago
committed by GitHub
parent
commit
8db67fa91e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md

7
docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md

@ -1,3 +1,10 @@
```json
//[doc-seo]
{
"Description": "Explore how to integrate AI services into your ABP Framework applications using the Microsoft.Extensions.AI library for seamless functionality."
}
```
# Microsoft.Extensions.AI # Microsoft.Extensions.AI
[Microsoft.Extensions.AI](https://learn.microsoft.com/en-us/dotnet/ai/microsoft-extensions-ai) is a library that provides a unified API for integrating AI services. It is a part of the Microsoft AI Extensions Library. It is used to integrate AI services into your application. This documentation is about the usage of this library with ABP Framework. Make sure you have read the [Artificial Intelligence](./index.md) documentation before reading this documentation. [Microsoft.Extensions.AI](https://learn.microsoft.com/en-us/dotnet/ai/microsoft-extensions-ai) is a library that provides a unified API for integrating AI services. It is a part of the Microsoft AI Extensions Library. It is used to integrate AI services into your application. This documentation is about the usage of this library with ABP Framework. Make sure you have read the [Artificial Intelligence](./index.md) documentation before reading this documentation.

Loading…
Cancel
Save