Update the sample embedding power skill to use a Huggingface model as an example of a custom vectorizer since we will soon have a built in skill for Azure Open AI which will obsolete the current sample embedding power skill.
Does this introduce a breaking change?
[X] Yes
[ ] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[X] Documentation content changes
[X] Other... Please describe: Revamp of existing power skill since the current power skill will soon be built in.
How to Test
Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
Purpose
Update the sample embedding power skill to use a Huggingface model as an example of a custom vectorizer since we will soon have a built in skill for Azure Open AI which will obsolete the current sample embedding power skill.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information