Hugging Face · Schema

FeatureExtractionRequest

Properties

Name Type Description
inputs string The text input(s) for embedding extraction
View JSON Schema on GitHub

JSON Schema

hugging-face-inference-feature-extraction-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FeatureExtractionRequest",
  "type": "object",
  "properties": {
    "inputs": {
      "type": "string",
      "description": "The text input(s) for embedding extraction"
    }
  }
}