mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +03:00
chore: fix typos in packages/components/nodes/vectorstores/Meilisearch/Meilisearch.ts (#5417)
Fix typos in packages/components/nodes/vectorstores/Meilisearch/Meilisearch.ts
This commit is contained in:
@@ -79,7 +79,7 @@ class MeilisearchRetriever_node implements INode {
|
|||||||
label: 'Semantic Ratio',
|
label: 'Semantic Ratio',
|
||||||
name: 'semanticRatio',
|
name: 'semanticRatio',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
description: 'percentage of sematic reasoning in meilisearch hybrid search, default is 0.75',
|
description: 'percentage of semantic reasoning in meilisearch hybrid search, default is 0.75',
|
||||||
additionalParams: true,
|
additionalParams: true,
|
||||||
optional: true
|
optional: true
|
||||||
},
|
},
|
||||||
@@ -162,7 +162,7 @@ class MeilisearchRetriever_node implements INode {
|
|||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error)
|
console.error(error)
|
||||||
console.warn('Error occured when deleting your index, if it did not exist, we will create one for you... ')
|
console.warn('Error occurred when deleting your index, if it did not exist, we will create one for you... ')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user