This is a Client SDK for RelationalAI
- API version: 1.2.7
- .NET Core 5.0+
- ini-parser-netstandard (>= 2.5.2)
- Newtonsoft.Json (>= 12.0.3)
- NSec.Cryptography (>= 20.2.0)
Run the following command to generate the DLL
dotnet build
Then include the DLL (under the bin
folder) in the C# project, and use the namespaces:
using Com.RelationalAI.Api;
using Com.RelationalAI.Client;
using Com.RelationalAI.Model;
You can build the .csproj
directly:
dotnet pack
Then, publish to a local feed or other host and consume the new package via Nuget as usual.
There are two options available:
RelationalAI Java Client SDK is licensed under the Apache License, Version 2.0.