Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lspataroG committed Feb 6, 2025
1 parent 08b1c56 commit e05e9d0
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "tFy3H3aPgx12",
"outputId": "77abe225-b1ae-4e07-f251-ccb136d198ef"
"id": "tFy3H3aPgx12"
},
"outputs": [
{
Expand Down Expand Up @@ -279,7 +275,9 @@
"from google.cloud import bigquery\n",
"import vertexai\n",
"\n",
"PROJECT_ID = \"\" # @param {type: \"string\", placeholder: \"your-project-id\", isTemplate: true}\n",
"PROJECT_ID = (\n",
" \"\" # @param {type: \"string\", placeholder: \"your-project-id\", isTemplate: true}\n",
")\n",
"if not PROJECT_ID or PROJECT_ID == \"your-project-id\":\n",
" PROJECT_ID = str(os.environ.get(\"GOOGLE_CLOUD_PROJECT\"))\n",
"\n",
Expand Down Expand Up @@ -977,7 +975,8 @@
],
"metadata": {
"colab": {
"provenance": []
"name": "rag_pipeline_terabyte_scale_with_bigframes.ipynb",
"toc_visible": true
},
"kernelspec": {
"display_name": "Python 3",
Expand Down

0 comments on commit e05e9d0

Please sign in to comment.