@@ -57,6 +57,12 @@ const recipes: RecipeData[] = [
5757 path : '/openai_sdk/README.md' ,
5858 tags : [ 'ai' , 'openai' , 'sdk' , 'core' ]
5959 } ,
60+ {
61+ title : 'OpenAI Responses API' ,
62+ description : 'Use the OpenAI Responses API with Spice' ,
63+ path : '/openai-responses-api/README.md' ,
64+ tags : [ 'ai' , 'openai' , 'core' ]
65+ } ,
6066 {
6167 title : 'LLM Memory' ,
6268 description : 'Persistent memory for language models.' ,
@@ -344,16 +350,23 @@ const recipes: RecipeData[] = [
344350 } ,
345351 {
346352 title : 'IMAP Emails' ,
347- description : 'Federated SQL query of mail across IMAP email servers' ,
353+ description : 'Federated SQL query of mail across IMAP email servers. ' ,
348354 path : '/imap/README.md' ,
349355 tags : [ 'connector' , 'imap' , 'datasource' ]
350356 } ,
351357 {
352358 title : 'MongoDB Connector' ,
353- description : 'Connect to and query MongoDB databases' ,
359+ description : 'Connect to and query MongoDB databases. ' ,
354360 path : '/mongodb/connector/README.md' ,
355361 tags : [ 'connector' , 'mongodb' , 'datasource' ]
356362 } ,
363+ {
364+ title : 'Live Orders Analytics with Apache Kafka Data Connector' ,
365+ description : 'Combine real-time data streaming from Kafka with other datasets using Spice.' ,
366+ path : '/kafka/README.md' ,
367+ tags : [ 'connector' , 'apache' , 'kafka' , 'datasource' ]
368+ } ,
369+
357370 // Deployment
358371 {
359372 title : 'Deploying to Kubernetes' ,
0 commit comments