feedback
feedback copied to clipboard
Provide feedback to our codelabs by filing an issue here
In this page they are talking about client_id.json as if this file was something that we already have in our folder, however, I don't see that file in previous sections,...
on Train a Neural Network step, the following errors: --------------------------------------------------------------------------- ValueError Traceback (most recent call last) [](https://localhost:8080/#) in () 2 (training_digits, training_labels, 3 validation_digits, validation_labels) = dataset_to_numpy_util(training_dataset, validation_dataset, N) ---->...
I've added my own website + unstructured data (pdf's). However, chat doesn't seem to have access to the data stores. Keeps coming back with same reposme "i.e. i don't know...
The tutorial for creating a generative chat app with Gen App Builder isn't possible to complete since we don't have access to the domain verfication of the google store domain,...
When adding a site as the datastore, the demo specifies the following. However, google is asking for proof of site ownership. ``` In the Sites to add section, add a...
Hi, i was following both this and another tutorial provided in gcp but i got stuck at point of datastore indexing since i cannot verify the dns as i am...
Unable to proceed past creation of a data store in this training: https://codelabs.developers.google.com/codelabs/gen-app-builder-chat#2 The Gen App Builder console is requiring verification of ownership of store.google.com/us/* and I cannot verify ownership...
I would like to change the following files to a format that can be accessed by the Android application. ・CodeLab [Implement passkeys with form autofill in a web app](https://developers.google.com/codelabs/passkey-form-autofill) .well-known/assetlinks.json...
The command: ``` curl https://start.spring.io/starter.tgz \ -d language=kotlin \ -d bootVersion=2.4.0 \ -d dependencies=web,data-jpa,integration,cloud-gcp-pubsub,thymeleaf \ -d baseDir=registrations-codelab | tar -xzvf - ``` results in these error messages ``` gzip: stdin:...