Skip to content

Commit d4d57b1

Browse files
authored
chore: Share development status in README (#227)
1 parent 3c420a9 commit d4d57b1

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

pkgs/sdk/server-ai/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# LaunchDarkly AI SDK (server-side) for .NET
22

3-
# ⛔️⛔️⛔️⛔️
4-
53
> [!CAUTION]
6-
> This library is a alpha version and should not be considered ready for production use while this message is visible.
7-
8-
# ☝️☝️☝️☝️☝️☝️
4+
> This AI SDK is in pre-release and not subject to backwards compatibility guarantees. The API may change based on feedback.
5+
>
6+
> Pin to a specific minor version and review the [changelog] before upgrading.
7+
>
8+
> Active feature development is ongoing in the [Python][python-ai-sdk] and [Node.js][node-ai-sdk] AI SDKs, so this SDK will receive new features at a slower pace. Refer to those for the latest capabilities.
9+
10+
[changelog]: https://github.com/launchdarkly/dotnet-core/blob/main/pkgs/sdk/server-ai/CHANGELOG.md
11+
[python-ai-sdk]: https://github.com/launchdarkly/python-server-sdk-ai/tree/main/packages/sdk/server-ai
12+
[node-ai-sdk]: https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-ai
913

1014

1115
The LaunchDarkly AI SDK (server-side) for .NET is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.

0 commit comments

Comments
 (0)