Browse Source

Update links

pull/24156/head
enisn 3 months ago
parent
commit
8c7bd21671
No known key found for this signature in database GPG Key ID: A052619F04155D1C
  1. 1
      docs/en/framework/infrastructure/artificial-intelligence/index.md
  2. 8
      docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md
  3. 7
      docs/en/framework/infrastructure/artificial-intelligence/microsoft-semantic-kernel.md

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

@ -26,3 +26,4 @@ Check the following documentation for the usage of `Microsoft.Extensions.AI` and
- [Usage of Microsoft.Extensions.AI](./microsoft-extensions-ai.md)
- [Usage of Microsoft.SemanticKernel](./microsoft-semantic-kernel.md)

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

@ -167,4 +167,10 @@ public class MyProjectModule : AbpModule
});
}
}
```
```
## See Also
- [Usage of Semantic Kernel](./microsoft-semantic-kernel.md)
- [AI Samples for .NET](https://github.com/microsoft/ai-samples): Microsoft's AI samples for .NET

7
docs/en/framework/infrastructure/artificial-intelligence/microsoft-semantic-kernel.md

@ -127,4 +127,9 @@ public class MyProjectModule : AbpModule
});
}
}
```
```
## See Also
- [Usage of Microsoft.Extensions.AI](./microsoft-extensions-ai.md)
- [AI Samples for .NET](https://github.com/microsoft/ai-samples): Microsoft's AI samples for .NET
Loading…
Cancel
Save