You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
1
# LaunchDarkly Server-side AI library for Python
2
2
3
-
## LaunchDarkly overview
3
+
This repository contains LaunchDarkly AI SDK packages for Python, including the core AI SDK and AI provider integrations.
4
4
5
-
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!
@@ -18,6 +25,12 @@ Refer to the [SDK reference guide](https://docs.launchdarkly.com/sdk/ai/python)
18
25
19
26
Read our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [reference guide for the python SDK](http://docs.launchdarkly.com/docs/python-sdk-ai-reference).
20
27
28
+
## LaunchDarkly overview
29
+
30
+
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!
We encourage pull requests and other contributions from the community. Check out our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute to this library.
> This package is in pre-release and not subject to backwards compatibility
7
+
> guarantees. The API may change based on feedback.
8
+
>
9
+
> Pin to a specific minor version and review the [changelog](CHANGELOG.md) before upgrading.
10
+
5
11
This package provides LangChain integration for the LaunchDarkly Server-Side AI SDK, allowing you to use LangChain models and chains with LaunchDarkly's tracking and configuration capabilities.
Copy file name to clipboardExpand all lines: packages/sdk/server-ai/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
* Only track usage for entry methods ([#94](https://github.com/launchdarkly/python-server-sdk-ai/issues/94)) ([22d91d9](https://github.com/launchdarkly/python-server-sdk-ai/commit/22d91d9982e27daf68016357a14fb6eca22dc8d6))
0 commit comments