A Spicepod is the configuration manifest for a Spice application, defining datasets, models, embeddings, runtime settings, and other components.
| datasets | Data sources for SQL queries | spice-data-connector | | models | LLM/ML models for inference | spice-models | | embeddings | Embedding models for vector search | spice-embeddings | | secrets | Secure credential management | spice-secrets | | catalogs | External data catalog connections | spice-catalogs |
| views | Virtual tables from SQL queries | spice-views | | tools | LLM function calling capabilities | spice-tools | | workers | Model load balancing and routing | spice-workers | | runtime | Server ports, caching, telemetry | (this skill) |
Crea e configura i manifest Spicepod (spicepod.yaml). Utilizzare quando viene richiesto di "creare uno Spicepod", "configurare Spicepod.yaml", "impostare un'app Spice", "inizializzare il progetto Spice", "configurare la memorizzazione nella cache" o "impostare l'osservabilità". Fonte: spiceai/skills.