Package ai.spice.example


package ai.spice.example
  • Classes
    Class
    Description
    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.