From 813a900840ec96fd3b27f5956c2d28bc4b08db86 Mon Sep 17 00:00:00 2001 From: Ben Constable Date: Mon, 16 Sep 2024 09:31:07 +0100 Subject: [PATCH] Update README --- adi_function_app/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/adi_function_app/README.md b/adi_function_app/README.md index 679d534..1794059 100644 --- a/adi_function_app/README.md +++ b/adi_function_app/README.md @@ -206,6 +206,12 @@ If `chunk_by_page` header is `False`: **Page wise analysis in ADI is recommended to avoid splitting tables / figures across multiple chunks, when the chunking is performed.** +## Other Provided Custom Skills + +Due to a AI Search product limitation that AI Search cannot connect to AI Services behind Private Endpoints, we provide a Custom Key Phrase Extraction Skill that will work within a Private Endpoint environment. + +Additionally, a custom cleaning skill is provided to clean the chunks before vectorisation takes place. + ## Production Considerations Below are some of the considerations that should be made before using this custom skill in production: