v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBFeature Extractors
Get Feature Extractor by Name
Get detailed information about a specific feature extractor by its name
get/v1/collections/features/extractors/{feature_extractor_id}
Path parameters
feature_extractor_idstring required
Response
Successful Response
Example response
{
"required_vector_indexes": [
{
"description": "Vector index for text embeddings using E5-Large model.",
"index": {
"datatype": "float32",
"description": "Dense vector embedding for text content",
"dimensions": 1024,
"distance": "cosine",
"inference_name": "multilingual_e5_large_instruct_v1",
"name": "text_extractor_v1_embedding",
"supported_inputs": [
"text",
"string"
],
"type": "dense"
},
"name": "embedding",
"type": "single"
}
],
"required_payload_indexes": [
{
"description": "User-created text index for full-text search",
"field_name": "metadata.description",
"is_protected": false,
"type": "text"
}
],
"position_fields": [
"start_time",
"end_time"
]
}