From 72dc2df444398d0d6012fb3d605b86d163abf78a Mon Sep 17 00:00:00 2001 From: Christopher Potts Date: Fri, 11 Aug 2023 12:42:50 -0700 Subject: [PATCH] Update the ColBERT server to the Contextual.AI address --- hw_openqa.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw_openqa.ipynb b/hw_openqa.ipynb index db8e081..17adad9 100644 --- a/hw_openqa.ipynb +++ b/hw_openqa.ipynb @@ -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'" ] }, {