diff --git a/bin/find-notebooks-to-test.sh b/bin/find-notebooks-to-test.sh index 97b428dd..34952e6c 100755 --- a/bin/find-notebooks-to-test.sh +++ b/bin/find-notebooks-to-test.sh @@ -32,6 +32,7 @@ EXEMPT_NOTEBOOKS=( "notebooks/playground-examples/bedrock-anthropic-elasticsearch-client.ipynb", "notebooks/playground-examples/openai-elasticsearch-client.ipynb", "notebooks/integrations/cohere/updated-cohere-elasticsearch-inference-api.ipynb", + "notebooks/integrations/alibabacloud-ai-search/inference-alibabacloud-ai-search.ipynb" ) # Per-version testing exceptions diff --git a/notebooks/README.md b/notebooks/README.md index 796082f1..d047f8c7 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -20,5 +20,6 @@ Notebooks are organized into the following folders: - [OpenAI](./integrations/openai) - [Hugging Face](./integrations/hugging-face) - [LlamaIndex](./integrations/llama-index) + - [Alibaba Cloud](./integrations/alibabacloud-ai-search) - [`enterprise-search`](./enterprise-search/): Notebooks that demonstrate use cases for working with and exporting from Elastic Enterprise Search, App Search, or Workplace Search. diff --git a/notebooks/alibabacloud-ai-search/inference-alibabacloud-ai-search.ipynb b/notebooks/integrations/alibabacloud-ai-search/inference-alibabacloud-ai-search.ipynb similarity index 100% rename from notebooks/alibabacloud-ai-search/inference-alibabacloud-ai-search.ipynb rename to notebooks/integrations/alibabacloud-ai-search/inference-alibabacloud-ai-search.ipynb