replace description

This commit is contained in:
chungyau97
2023-05-20 10:25:54 +07:00
parent ed82fca2a2
commit 8ce044b052
@@ -18,7 +18,7 @@ class HuggingFaceInferenceEmbedding_Embeddings implements INode {
this.type = 'HuggingFaceInferenceEmbeddings'
this.icon = 'huggingface.png'
this.category = 'Embeddings'
this.description = 'OpenAI API to generate embeddings for a given text'
this.description = 'HuggingFace Inference API to generate embeddings for a given text'
this.baseClasses = [this.type, ...getBaseClasses(HuggingFaceInferenceEmbeddings)]
this.inputs = [
{