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

Update embedding power skill to use HuggingFace #143

Closed Careyjmac closed 7 months ago

Careyjmac commented 8 months ago

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?

[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

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

What to Check

Verify that the following are valid

Other Information