Skip to content

Commit 6225919

Browse files
add alibabacloud ai search notebook (#324)
* add alibabacloud ai search notebook * improve * run pre-commit * move and update the test script --------- Co-authored-by: Joseph McElroy <[email protected]>
1 parent df1b696 commit 6225919

File tree

3 files changed

+481
-0
lines changed

3 files changed

+481
-0
lines changed

bin/find-notebooks-to-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ EXEMPT_NOTEBOOKS=(
3333
"notebooks/playground-examples/openai-elasticsearch-client.ipynb",
3434
"notebooks/integrations/hugging-face/huggingface-integration-millions-of-documents-with-cohere-reranking.ipynb",
3535
"notebooks/integrations/cohere/updated-cohere-elasticsearch-inference-api.ipynb",
36+
"notebooks/integrations/alibabacloud-ai-search/inference-alibabacloud-ai-search.ipynb"
3637
)
3738

3839
# Per-version testing exceptions

notebooks/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ Notebooks are organized into the following folders:
2020
- [OpenAI](./integrations/openai)
2121
- [Hugging Face](./integrations/hugging-face)
2222
- [LlamaIndex](./integrations/llama-index)
23+
- [Alibaba Cloud](./integrations/alibabacloud-ai-search)
2324

2425
- [`enterprise-search`](./enterprise-search/): Notebooks that demonstrate use cases for working with and exporting from Elastic Enterprise Search, App Search, or Workplace Search.

0 commit comments

Comments
 (0)