Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions website/src/pages/cookbook/_ignored.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ const recipes: RecipeData[] = [
tags: ['ai', 'xai', 'models'],
videoUrl: 'https://youtu.be/-7RkAsqQLdk'
},
{
title: 'DeepSeek Model',
description: 'Use DeepSeek model through Spice.',
path: '/deepseek/README.md',
tags: ['ai', 'deepseek', 'models']
},
// Data Acceleration
{
title: 'DuckDB Data Accelerator',
Expand Down Expand Up @@ -169,6 +175,12 @@ const recipes: RecipeData[] = [
path: '/databricks/README.md',
tags: ['connector', 'databricks', 'delta', 'lake', 'spark', 'connect']
},
{
title: 'Delta Lake Connector',
description: 'Query data from Delta Lake tables.',
path: '/delta-lake/README.md',
tags: ['connector', 'delta', 'lake']
},
{
title: 'Debezium CDC from Postgres',
description: 'Stream changes from PostgreSQL using Debezium CDC.',
Expand Down
Loading