From d760dd4949de1e7f78dbc79cea3a93033cba6272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Tue, 12 Mar 2024 13:08:46 +0100 Subject: [PATCH] Adds notebook to the exempt list. --- bin/find-notebooks-to-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/find-notebooks-to-test.sh b/bin/find-notebooks-to-test.sh index 94604f34..9a5fdcad 100755 --- a/bin/find-notebooks-to-test.sh +++ b/bin/find-notebooks-to-test.sh @@ -3,6 +3,7 @@ EXEMPT_NOTEBOOKS=( "notebooks/search/07-inference.ipynb" "notebooks/search/08-learning-to-rank.ipynb" + "notebooks/search/09-inference-cohere.ipynb" "notebooks/langchain/langchain-vector-store.ipynb" "notebooks/langchain/self-query-retriever-examples/chatbot-example.ipynb" "notebooks/langchain/self-query-retriever-examples/chatbot-with-bm25-only-example.ipynb"