Files
model_garden/notebooks/official/feature_store
bcff5c3cb3 refactor, chore(egen): Removes boilerplate, heading fixes, and other corrections from template (#3018)
* Updated notebook templace and did minor changes in notebook comments

* Added link of colab enterprice

* Fixed the link related issue and removed unwated variable value

* Added below comment in notebook:
# @title Copyright & License (click to expand)

* Fixed the issue related to notebook template based on reviewers feedback

* Fixed issue based on feedback given on PR

* Fixed the issue based on feedback given on PR

* fix, chore: replace REGION with LOCATION, remove will, contracts 'is not'

---------

Co-authored-by: krishr2d2 <krishna.movva@egen.ai>
2024-07-12 17:03:25 +00:00
..
2024-04-19 15:45:07 +00:00

Online feature serving and fetching of BigQuery data with Vertex AI Feature Store

Learn how to create and use an online feature store instance to host and serve data in `BigQuery` with `Vertex AI Feature Store` in an end to end workflow of feature values serving and fetching user journey.

The steps performed include:

- Provision an online feature store instance to host and serve data.
- Register a `BigQuery` view with the online feature store instance and set up the sync job.
- Use the online server to fetch feature values for online prediction.

   Learn more about Vertex AI Feature Store.

Online feature serving and vector retrieval of BigQuery data with Vertex AI Feature Store

Learn how to create and use an online feature store instance to host and serve data in `BigQuery` with `Vertex AI Feature Store` in an end to end workflow of features serving and vector retrieval user journey.

The steps performed include:

- Provision an online feature store instance to host and serve data.
- Create an online feature store instance to serve a `BigQuery` table.
- Use the online server to search nearest neighbors.

   Learn more about Vertex AI Feature Store.