Dotnet SDK
Dotnet SDK for Spice.ai
Requirements
Installation
dotnet add package spiceaiUsage
using Spice;
var client = new SpiceClientBuilder()
.WithApiKey("API_KEY")
.WithSpiceCloud("http://my_remote_spice_instance:50051")
.Build();Usage with local Spice runtime
Contributing
Last updated
Was this helpful?