From b85bc5780eeb36f896c3eff81d8baa5a03f69720 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sat, 26 Oct 2024 14:00:29 +1030 Subject: [PATCH] chore: Add feature matix (#7) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f3d00d38..aed249c1 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ For language-specific quick start guides, please refer to the README in each SDK - [Go Quick Start](./sdk-go/README.md#quick-start) - [.NET Quick Start](./sdk-dotnet/README.md#quick-start) +## Feature Comparison + +| SDK | Register [Functions](https://docs.inferable.ai/pages/functions) | Create [Runs](https://docs.inferable.ai/pages/runs) | Create [Templates](https://docs.inferable.ai/pages/runs#prompt-templates) | Create [Blobs](https://docs.inferable.ai/pages/functions#blob) | +| --- | --- | --- | --- | --- | +| Node.js / TypeScript | ✅ | ✅ | ✅ | ✅ | +| Go | ✅ | ✅ | ❌ | ❌ | +| .NET | ✅ | ❌ | ❌ | ❌ | + ## Documentation For comprehensive documentation on using Inferable AI, please visit our [official documentation](https://docs.inferable.ai/).