From 249ef14e4d2539da3d66d9a4f9a68fda51527a8b Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 28 Nov 2024 14:44:49 +1030 Subject: [PATCH] chore: Remove EE LICENSE file --- LICENSE | 1 - README.md | 23 ++++++++++++++++++----- ee/LICENSE | 39 --------------------------------------- sdk-dotnet/README.md | 2 +- sdk-go/README.md | 2 +- sdk-node/README.md | 2 +- sdk-react/README.md | 2 +- 7 files changed, 22 insertions(+), 49 deletions(-) delete mode 100644 ee/LICENSE diff --git a/LICENSE b/LICENSE index 131b9dbb..825feffc 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,6 @@ Copyright (c) 2024 Inferable Portions of this software are licensed as follows: -* All content that resides under the "ee/" directory of this repository, if that directory exists, is licensed under the license defined in "ee/LICENSE". * All third party components incorporated into the Inferable Software are licensed under the original license provided by the owner of the applicable component. * Content outside of the above mentioned directories or restrictions above is available under the "MIT Expat" license as defined below. diff --git a/README.md b/README.md index 23b48cc2..ad20cee5 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,20 @@ Inferable is a developer platform that makes it easy to build and deploy reliabl šŸ”Œ **Multiple Language Support**: Native SDKs for TypeScript, Go, .NET and more coming soon - integrate with your existing codebase in minutes. +## Get Started + +### Inferable Cloud + +Managed deployment of Inferable built for high availability and security. Inferable Cloud includes a [generous free teir](https://inferable.ai/pricing) and requires no credit card to get started. + +[Inferable Cloud](https://app.inferable.ai). + +### Open-source + +Inferable is 100% open-source and self-hostable. + +[Self hosting guide](https://docs.inferable.ai/pages/self-hosting) + ## SDKs - [Node.js / TypeScript SDK](./sdk-node/README.md) @@ -37,7 +51,7 @@ Inferable is a developer platform that makes it easy to build and deploy reliabl Each SDK directory contains its own README with specific installation instructions, quick start guide, and usage examples. -## Quick Start +### Quick Start For language-specific quick start guides, please refer to the README in each SDK's directory: @@ -46,7 +60,7 @@ For language-specific quick start guides, please refer to the README in each SDK - [.NET Quick Start](./sdk-dotnet/README.md#quick-start) - [React Quick Start](./sdk-react/README.md#quick-start) -## Feature Comparison +### SDK Feature Comparison ### Core Features @@ -71,9 +85,8 @@ For comprehensive documentation on using Inferable AI, please visit our [officia ## Contributing -We welcome contributions to all our SDKs. Please read our [contributing guidelines](./CONTRIBUTING.md) before submitting any pull requests. +We welcome contributions to all projects in the Inferable repository. Please read our [contributing guidelines](./CONTRIBUTING.md) before submitting any pull requests. ## License -- All SDKs in this repository are licensed under the MIT License. See the [LICENSE](./LICENSE) file for details. -- Inferable Cloud is currently a proprietary closed-source product. +All code in this repository is licensed under the MIT License. diff --git a/ee/LICENSE b/ee/LICENSE deleted file mode 100644 index 515fe3cb..00000000 --- a/ee/LICENSE +++ /dev/null @@ -1,39 +0,0 @@ -The Inferable Enterprise license (the ā€œEnterprise Licenseā€) -Copyright (c) 2024 Inferable - -With regard to the Inferable Software: - -This software and associated documentation files (the "Software") may only be -used in production, if you (and any entity that you represent) have agreed to, -and are in compliance with, the Inferable Terms of Service, available -at https://www.inferable.ai/terms-of-service (the ā€œEnterprise Termsā€), or other -agreement governing the use of the Software, as agreed by you and Inferable, -and otherwise have a valid Inferable Enterprise license. - -Subject to the foregoing sentence, you are free to -modify this Software and publish patches to the Software. You agree that Inferable -and/or its licensors (as applicable) retain all right, title and interest in and -to all such modifications and/or patches, and all such modifications and/or -patches may only be used, copied, modified, displayed, distributed, or otherwise -exploited with a valid Inferable Enterprise license for the correct -number of user seats. - -Notwithstanding the foregoing, you may copy and modify -the Software for development and testing purposes, without requiring a -subscription. You agree that Inferable and/or its licensors (as applicable) retain -all right, title and interest in and to all such modifications. You are not -granted any other rights beyond what is expressly stated herein. Subject to the -foregoing, it is forbidden to copy, merge, publish, distribute, sublicense, -and/or sell the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -For all third party components incorporated into the Inferable Software, those -components are licensed under the original license provided by the owner of the -applicable component. diff --git a/sdk-dotnet/README.md b/sdk-dotnet/README.md index e4cbd346..3afaf014 100644 --- a/sdk-dotnet/README.md +++ b/sdk-dotnet/README.md @@ -149,7 +149,7 @@ Console.WriteLine($"Run result: {result}"); ## Support -For support or questions, please [create an issue in the repository](https://github.com/inferablehq/inferable/issues) or [join the Discord](https://go.inferable.ai/discord) +For support or questions, please [create an issue in the repository](https://github.com/inferablehq/inferable/issues). ## Contributing diff --git a/sdk-go/README.md b/sdk-go/README.md index e90a968d..c483af7b 100644 --- a/sdk-go/README.md +++ b/sdk-go/README.md @@ -157,7 +157,7 @@ The following code will create an [Inferable run](https://docs.inferable.ai/page ## Support -For support or questions, please [create an issue in the repository](https://github.com/inferablehq/inferable/issues) or [join the Discord](https://go.inferable.ai/discord) +For support or questions, please [create an issue in the repository](https://github.com/inferablehq/inferable/issues). ## Contributing diff --git a/sdk-node/README.md b/sdk-node/README.md index 576c61be..f87ea9af 100644 --- a/sdk-node/README.md +++ b/sdk-node/README.md @@ -119,7 +119,7 @@ console.log("Run result", { ## Support -For support or questions, please [create an issue in the repository](https://github.com/inferablehq/inferable/issues) or [join the Discord](https://go.inferable.ai/discord) +For support or questions, please [create an issue in the repository](https://github.com/inferablehq/inferable/issues). ## Contributing diff --git a/sdk-react/README.md b/sdk-react/README.md index d8058d42..857496a2 100644 --- a/sdk-react/README.md +++ b/sdk-react/README.md @@ -139,7 +139,7 @@ This will start a Vite dev server at http://localhost:3000 with the test page, w ## Support -For support or questions, please [create an issue in the repository](https://github.com/inferablehq/inferable/issues) or [join the Discord](https://go.inferable.ai/discord) +For support or questions, please [create an issue in the repository](https://github.com/inferablehq/inferable/issues). ## Contributing