Skip to content

Commit

Permalink
chore: Remove EE LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Nov 28, 2024
1 parent bed28ae commit 249ef14
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 49 deletions.
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:

Expand All @@ -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

Expand All @@ -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.
39 changes: 0 additions & 39 deletions ee/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion sdk-dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 249ef14

Please sign in to comment.