mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 13:01:14 +03:00
replace description
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ class HuggingFaceInferenceEmbedding_Embeddings implements INode {
|
|||||||
this.type = 'HuggingFaceInferenceEmbeddings'
|
this.type = 'HuggingFaceInferenceEmbeddings'
|
||||||
this.icon = 'huggingface.png'
|
this.icon = 'huggingface.png'
|
||||||
this.category = 'Embeddings'
|
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.baseClasses = [this.type, ...getBaseClasses(HuggingFaceInferenceEmbeddings)]
|
||||||
this.inputs = [
|
this.inputs = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user