All Classes and Interfaces
Classes
Class
Description
Provides default configuration for Spice client.
Example of using SDK with Spice.ai OSS (Local)
_JAVA_OPTIONS="--add-opens=java.base/java.nio=ALL-UNNAMED" mvn exec:java -Dexec.mainClass="ai.spice.example.ExampleDatasetRefreshSpiceOSS"
Requires local Spice OSS running.
Example of using Spice.ai client to query data from Spice.ai Cloud
_JAVA_OPTIONS="--add-opens=java.base/java.nio=ALL-UNNAMED" mvn exec:java -Dexec.mainClass="ai.spice.example.ExampleSpiceCloudPlatform"
Example of using SDK with Spice.ai OSS (Local)
_JAVA_OPTIONS="--add-opens=java.base/java.nio=ALL-UNNAMED" mvn exec:java -Dexec.mainClass="ai.spice.example.ExampleSpiceOSS"
Requires local Spice OSS running.
Client to execute SQL queries against Spice.ai Cloud and Spice.ai OSS
Builder class for creating instances of SpiceClient.