Azure-Samples / azure-search-power-skills

A collection of useful functions to be deployed as custom skills for Azure Cognitive Search
MIT License
269 stars 163 forks source link

Updated Custom embedding README to fix broken link and add sample vec… #174

Closed Careyjmac closed 2 months ago

Careyjmac commented 2 months ago

…torizer definition.

Purpose

Fix a broken link in the README for the custom embedding power skill, and also add a sample custom vectorizer definition JSON payload since it can be utilized for that as well.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[X] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information