Skip to content

Commit

Permalink
Update the ColBERT server to the Contextual.AI address
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpotts committed Aug 11, 2023
1 parent dc4f274 commit 72dc2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw_openqa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"\n",
"cohere_key = os.getenv('COHERE_API_KEY') # or replace with your API key (optional)\n",
"\n",
"colbert_server = 'http://ec2-44-228-128-229.us-west-2.compute.amazonaws.com:8893/api/search'"
"colbert_server = 'http://index.contextual.ai:8893/api/search'"
]
},
{
Expand Down

0 comments on commit 72dc2df

Please sign in to comment.