feedback
feedback copied to clipboard
Provide feedback to our codelabs by filing an issue here
gcloud run deploy does not seem to work for a couple of reasons numpy==1.26.1 (this version not available) When updated to 1.26.2 get .. Step #1: [builder] Building wheel for...
The instructions for creating a BigLake connection in the step 4 in this document are outdated. The correct steps are now located in the "Create Cloud resource connection" document: [https://cloud.google.com/bigquery/docs/create-cloud-resource-connection](https://cloud.google.com/bigquery/docs/create-cloud-resource-connection)
HI.. sir/madam i have compeleted near 8 steps will connecting LLM i didn't change my project id can please help me 
Step 7. service.yaml Incorrect: `image: us-central1-docker.pkg.dev/YOUR_PROJECT_ID/ollama-sidecar-codelab/openwebui` Correct: `image: us-central1-docker.pkg.dev/YOUR_PROJECT_ID/ollama-sidecar-codelab-repo/openwebui` Incorrect: `image: us-central1-docker.pkg.dev/YOUR_PROJECT_ID/ollama-sidecar-codelab/ollama-gemma-2b` Correct: `image: us-central1-docker.pkg.dev/YOUR_PROJECT_ID/ollama-sidecar-codelab-repo/ollama-gemma-2b` #This memory value will cause "Out-of-memory event detected in container", Try 2Gi is good. ```...
Need to Update the code to use any firestore database name other than (default). I have updated the config.yaml with my database name, still it is Failing.
In step 4, you need to pip-compile the requirements.in before you delete it at the end. otherwise, there is no requirements.txt and run will fail later.
Followed the whole codelab until the build command and it didn't work. Here is the error : ``` ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: failed to access secret version for...
https://codelabs.developers.google.com/codelabs/genai-db-retrieval-app#7 The sample does not answer any flight related questions. 
Missing backslash on second last row for code to create provisioned Spanner instance. export SPANNER_INSTANCE_ID=graph-demo export SPANNER_REGION=regional-us-central1 gcloud spanner instances create $SPANNER_INSTANCE_ID \ --config=$SPANNER_REGION \ --description="Spanner Graph demo" \ --nodes=1...
This solution doesn't work. The open-webui container will not start properly and the Python FastAPI server is not available. Can you help me find a way to run OpenWebUI on...