Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support newsitemap feature for discoveryengine.googleapis.com service #20554

Open
ffeldhaus opened this issue Dec 3, 2024 · 2 comments
Open

Comments

@ffeldhaus
Copy link

ffeldhaus commented Dec 3, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If an issue is assigned to a user, that user is claiming responsibility for the issue.
  • Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.

Description

Vertex AI Search has recently introduced a new feature for data store indexing using sitemaps. This feature needs to be supported during data store creation and thus should be supported by Terraform.

The feature is documented at https://cloud.google.com/generative-ai-app-builder/docs/index-refresh-sitemap

New or Affected Resource(s)

  • google_discovery_engine_data_store_sitemap

Potential Terraform Configuration

resource "google_discovery_engine_data_store_sitemap" "example" {
  uri = "https://example.com/sitemap.xml"
}

References

Documentation page:
https://cloud.google.com/generative-ai-app-builder/docs/index-refresh-sitemap

Rest API documentation:
https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.collections.dataStores.siteSearchEngine.sitemaps

b/383112731

@github-actions github-actions bot added forward/review In review; remove label to forward service/discoveryengine labels Dec 3, 2024
@BBBmau
Copy link
Collaborator

BBBmau commented Dec 9, 2024

Note: This looks to be a fine-grained resource since it relies on a siteSearchEngine as the parent parameter which is obtained from a method found in the datastore resource called getSiteSearchEngine

@ffeldhaus
Copy link
Author

Is there any progress on this? I'd be glad to implement it but need some guidance on how the resources should be created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants