Skip to content

Commit

Permalink
add alibabacloud ai search notebook (#324)
Browse files Browse the repository at this point in the history
* add alibabacloud ai search notebook

* improve

* run pre-commit

* move and update the test script

---------

Co-authored-by: Joseph McElroy <[email protected]>
  • Loading branch information
Huaixinww and joemcelroy authored Nov 20, 2024
1 parent df1b696 commit 6225919
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/find-notebooks-to-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ EXEMPT_NOTEBOOKS=(
"notebooks/playground-examples/openai-elasticsearch-client.ipynb",
"notebooks/integrations/hugging-face/huggingface-integration-millions-of-documents-with-cohere-reranking.ipynb",
"notebooks/integrations/cohere/updated-cohere-elasticsearch-inference-api.ipynb",
"notebooks/integrations/alibabacloud-ai-search/inference-alibabacloud-ai-search.ipynb"
)

# Per-version testing exceptions
Expand Down
1 change: 1 addition & 0 deletions notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading

0 comments on commit 6225919

Please sign in to comment.