Skip to content

Commit

Permalink
make app names unique
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Jul 29, 2024
1 parent 5e672db commit 73f5065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"source": [
"from vespa.package import ApplicationPackage\n",
"\n",
"vespa_app_name = \"cohere\"\n",
"vespa_app_name = \"coherebillion\"\n",
"vespa_application_package = ApplicationPackage(name=vespa_app_name, schema=[my_schema])"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"source": [
"from vespa.package import ApplicationPackage\n",
"\n",
"vespa_app_name = \"cohere\"\n",
"vespa_app_name = \"coherebinary\"\n",
"vespa_application_package = ApplicationPackage(name=vespa_app_name, schema=[my_schema])"
]
},
Expand Down

0 comments on commit 73f5065

Please sign in to comment.