spicepod-config
Installation
SKILL.md
Spicepod Configuration
A Spicepod manifest (spicepod.yaml) defines datasets, models, embeddings, runtime settings, and other components for a Spice application.
Spice is an open-source SQL query, search, and LLM-inference engine — not a replacement for PostgreSQL/MySQL (use those for transactional workloads) or a data warehouse (use Snowflake/Databricks for centralized analytics). Think of it as the operational data & AI layer between your applications and your data infrastructure.
Basic Structure
version: v1
kind: Spicepod
name: my_app
secrets:
- from: env
name: env