Skip to content

Commit 5cb5f61

Browse files
authored
Add links to featureengineering tutorial and documentation (#69)
1 parent 35ea8d8 commit 5cb5f61

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@
276276
"tutorials/agents/time-travel-rag/index",
277277
"tutorials/agents/multimodal-agent/index"
278278
]
279-
}
279+
},
280+
"tutorials/feature-engineering/index"
280281
]
281282
}
282283
]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Feature Engineering"
3+
sidebarTitle: "Feature Engineering"
4+
description: "Learn how to build features for your data in LanceDB."
5+
layout: wide
6+
---
7+
8+
| Example | Description |
9+
|--------|:------------|
10+
| **Feature Engineering 101** <br /> <a href="https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/tutorials/feature-engineering/feature-engineering-101.ipynb" rel="noreferer, ,noopener" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /></a> [View on GitHub](https://github.com/lancedb/vectordb-recipes/tree/main/tutorials/feature-engineering) | This example demonstrates how to use LanceDB's feature engineering platform to add new derived features and materialized views.
11+
12+
13+
## Read the docs
14+
15+
The relevant section of the documentation are listed below.
16+
17+
| Feature | Description |
18+
|:--------|:------------|
19+
| [Feature Engineering](/geneva/) | Learn the fundamentals of feature engineering. |

0 commit comments

Comments
 (0)