* Upgrade to v1 API in feature store llm grounding tutorial.
* Sleep for 5min before starting serving to wait for DNS to be ready.
* use data_key in fetch request
Fx colab parameter usage - the linting/auto-format placed some variables
across multiple lines which doesn't work in colab. Make the FOS ID names
shorter to avoid this issue.
Also fix some usage for getting FOS - this can be done directly using
SDK constructor.
Set PSC allow list project to current project.
Increase sleep for DNS propagation to pass CI.
* Update feature store vector search notebook to use latest vertex SDK.
* Run lint to fix format issue
* Sleep for a few minutes to wait for DNS to be ready
* Update FeatureStore embedding notebook to use vertex SDK preview.
* Fix format issue.
* Comment deleting transfer config code
* Add Credentialed Accounts
ACTIVE ACCOUNT
* 141951627079-compute@developer.gserviceaccount.com to debug permission issue
* Fix bigquery transfer run issue.
* Update FS optimized serving GA colab
* Fix import order
* Fix import format
* Fix format
* Fix test issue
* Fix format
* Add way to getFOS&FV for FR/FG
* feat: Vertex AI Feature Store Based LLM Grounding Tutorial
* fix: fix the feature store based llm grounding tutorial based on a few comments
* fix: fix the feature store based llm grounding tutorial based on a few comments
* fix: move the fs grounding notebook to official
* fix: comment colab only code
* fix: fix pipeline prefix
* fix: resolve several comments
* fix: resolve several comments
* fix: a quick fix for type
* fix: a quick fix for import
* fix: a quick fix for colab
* Rephrase optimized notebook
* Update format issue and change region
* Update format issue and change region2
* Fix import format
* Apply format
* Change region
* Create new colab for FS optimized serving
* Address comments
* Fix allowlist syntax error with param
* Change default region to trigger test in clean env
* Comment expect to fail cells
* Change default region to trigger test
* Miscellaneous editorial fixes and rebranding to "Vertex AI Feature Store (Legacy)"
* chore: rebrand Legacy Feature Store product
* chore: Rebrand to "Vertex AI Feature Store (Legacy)" and change "ingest" to "import".
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
* feat: feature store 2.0 tutorial (goku)
* Complying with the template
* Complying with the template 2
* clarify the notebook description
* clarify the notebook description 2
* address review comments and rename file
* add known issue and change install package
* wait for the sync job to complete, and fix resource conflicts
* address review comments
* address review comments 2
* add a delay for the endpoint to start properly
* upgrade: prep for auto docs index
* upgrade: prep for auto docs index
* upgrade: prep work of web index
* upgrade: autoindex, map dirnames to tags
* upgrade: autogen index, folder to tag
* upgrade: autogen index, folder to tag
* upgrade: fine-tune layout for webdoc
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* feat: CL var replacements
* fix: tuning index
* fix: tuning index
* fix: fine tune indexing
* fix: fine tune indexing
* fix: fine tune indexing
* fix: fine tune indexing
* fix: fine tune indexing
* fix: fine tune indexing
* fix: index tuning
* tuning: linkbak for repo index
* tuning: README index
* tuning: README index
* tuning: README index
* tuning: README index
* tuning: README index
* tuning: README index
* upgrade: prep for auto docs index
* upgrade: prep for auto docs index
* upgrade: prep work of web index
* upgrade: autoindex, map dirnames to tags
* upgrade: autogen index, folder to tag
* upgrade: autogen index, folder to tag
* upgrade: fine-tune layout for webdoc
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* fest: update the feature store notebook to include streaming ingestion
export VM="junkourata.c.googlers.com"
* fest: more fixing
* Add only streaming ingestion and remove any change in other sections
* Add streaming ingestion section to the notebook
* Remove changes in other sections and leave only streaming ingestion
* Add a new line at the end of the file
* Fix the syntax issue
* Applied all the suggestions by our tech writer.
* Fix the json formatting
* Fix the markdown
* Add additional fixes
* Add additional fix
* Fix formatting
* updates featurestore name with uuid to avoid name collisions, elaboration, textual corrections
* ran linter test
* addresses review comments: adds headings + textual corrections
* ran linter test
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
* Added condition to create Featurestore if it doesn't exist
* Ran Linter Test
* Made changes mentioned in review
* Ran Linter Test
* Attached uuid to featurestore_id to avoid error while creating featurestore with existing name
* Ran linter test
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
* Added vertexai notebook
* Ran the linter test
* Made the required changes based on the comments
* Ran linter test again
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
* Add example using auto scale
* Format with nbqa
* Complete sentence
* Give the sample for CreateFeaturestoreRequest only, instead of actual call to create FS to avoid duplicate resource or extra cleanup.
* Remove unused import
* Remove version pinning
* Add try block to avoid error when test was not cleanup properly.
* Lint
* Fix import
* Merge print lro result with the call in the same try block
* Fix typo
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
Co-authored-by: Morgan Du <morgandu@google.com>