Overview of the Feature Engineering tutorial
mainThis tutorial provides a guide on using LanceDB's Feature Engineering capabilities. The workflow covers the following stages:
- Setup and data loading: Preparing the environment and ingesting initial data.
- Running first feature engineering jobs: Executing basic transformations.
- Adding embeddings with CLIP: Using the CLIP model to generate multimodal embeddings.
- Indexing: Creating indexes on the engineered features for efficient retrieval.
- Running on remote Ray clusters: (Planned) Scaling feature engineering jobs using Ray.
- Materialized views: (Planned) Utilizing materialized views for optimized data access.
You can follow the interactive tutorial in Google Colab.
[](https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/tutorials/feature-engineering/feature-engineering-101.ipynb)