Feature Engineering and the
geneva Python package are currently only available as part of
LanceDB Enterprise. Please contact us if you’re interested
in scaling up your feature engineering workloads for your AI and multimodal use cases.geneva package uses Python User Defined Functions (UDFs) to define features
as columns in a Lance dataset. Adding a feature is straightforward:
Wrap the function with a small UDF decorator (see UDFs).
Trigger a
backfill operation (see Backfilling).Continue learning
Visit the following pages to learn more about featuring engineering in LanceDB Enterprise:- Overview: What is Feature Engineering?
- UDFs: Using UDFs · Blob helpers · Error handling · Advanced configuration
- Jobs: Backfilling · Startup optimizations · Materialized views · Execution contexts · Geneva console · Performance
- Deployment: Deployment overview · Helm deployment · Troubleshooting