Skip to content

Commit

Permalink
Update MoviesRecommendationHybridSearch.ipynb (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
YanivHyper-Space authored Mar 21, 2024
1 parent 5fc00f0 commit b6c3136
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,7 @@
"\n",
"# username = \"USERNAME\"\n",
"# host = \"HOST_URL\"\n",
"host = 'https://search-master-demo.development.hyper-space.xyz'\n",
"hyperspace_client = hyperspace.HyperspaceClientApi(host=host, username=username, password=password)\n"
"hyperspace_client = hyperspace.HyperspaceClientApi(host=host, username=username, password=getpass())\n"
],
"metadata": {
"id": "w_efZPFEVxuL"
Expand Down

0 comments on commit b6c3136

Please sign in to comment.