We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9f6ca commit 8901d98Copy full SHA for 8901d98
1 file changed
website/src/pages/cookbook/_ignored.tsx
@@ -94,6 +94,12 @@ const recipes: RecipeData[] = [
94
tags: ['ai', 'xai', 'models'],
95
videoUrl: 'https://youtu.be/-7RkAsqQLdk'
96
},
97
+ {
98
+ title: 'DeepSeek Model',
99
+ description: 'Use DeepSeek model through Spice.',
100
+ path: '/deepseek/README.md',
101
+ tags: ['ai', 'deepseek', 'models']
102
+ },
103
// Data Acceleration
104
{
105
title: 'DuckDB Data Accelerator',
@@ -169,6 +175,12 @@ const recipes: RecipeData[] = [
169
175
path: '/databricks/README.md',
170
176
tags: ['connector', 'databricks', 'delta', 'lake', 'spark', 'connect']
171
177
178
179
+ title: 'Delta Lake Connector',
180
+ description: 'Query data from Delta Lake tables.',
181
+ path: '/delta-lake/README.md',
182
+ tags: ['connector', 'delta', 'lake']
183
172
184
173
185
title: 'Debezium CDC from Postgres',
174
186
description: 'Stream changes from PostgreSQL using Debezium CDC.',
0 commit comments