The Hugging Face Extensions
Installation
Install the package:
If you have VulcanSQL installed in the binary version, the package is already bundled in the binary. You can skip this step.
npm i @vulcan-sql/extension-huggingface
Update your
vulcan.yaml
file to enable the extension:extensions:
...
hf: '@vulcan-sql/extension-huggingface'
hf:
# Required: Hugging Face access token, see: https://huggingface.co/docs/hub/security-tokens
accessToken: 'your-huggingface-access-token'
Using Hugging Face
VulcanSQL supports using Hugging Face tasks by the VulcanSQL Filters statement.
caution
Hugging Face has a rate limit, so it does not allow sending large datasets to the Hugging Face library for processing.
Otherwise, using a different Hugging Face model may yield different results or even result in failure.