Skip to content

Commit 7a87f19

Browse files
committed
apply changes as per comments in PR
1 parent 0203fc3 commit 7a87f19

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/find-notebooks-to-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ EXEMPT_NOTEBOOKS=(
3434
"notebooks/playground-examples/openai-elasticsearch-client.ipynb",
3535
"notebooks/integrations/hugging-face/huggingface-integration-millions-of-documents-with-cohere-reranking.ipynb",
3636
"notebooks/integrations/cohere/updated-cohere-elasticsearch-inference-api.ipynb",
37-
"notebooks/integrations/alibabacloud-ai-search/inference-alibabacloud-ai-search.ipynb"
37+
"notebooks/integrations/alibabacloud-ai-search/inference-alibabacloud-ai-search.ipynb",
38+
"notebooks/integrations/jinaai/inference-jinaai.ipynb"
3839
)
3940

4041
# Per-version testing exceptions

notebooks/integrations/jinaai/inference-jinaai.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"\n",
151151
"# Create the client instance\n",
152152
"client = Elasticsearch(\n",
153-
" #\"<Instance_url>\",\n",
153+
" # \"<Instance_url>\",\n",
154154
" cloud_id=ELASTIC_CLOUD_ID,\n",
155155
" api_key=ELASTIC_API_KEY,\n",
156156
")"

0 commit comments

Comments
 (0)