mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Merge pull request #9 from 3eif/fix-filter
Add description for Vectara filter
This commit is contained in:
@@ -34,6 +34,8 @@ class VectaraExisting_VectorStores implements INode {
|
|||||||
{
|
{
|
||||||
label: 'Vectara Metadata Filter',
|
label: 'Vectara Metadata Filter',
|
||||||
name: 'filter',
|
name: 'filter',
|
||||||
|
description:
|
||||||
|
'Filter to apply to Vectara metadata. Refer to the <a target="_blank" href="https://docs.flowiseai.com/vector-stores/vectara">documentation</a> on how to use Vectara filters with Flowise.',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
additionalParams: true,
|
additionalParams: true,
|
||||||
optional: true
|
optional: true
|
||||||
|
|||||||
@@ -43,6 +43,8 @@ class VectaraExisting_VectorStores implements INode {
|
|||||||
{
|
{
|
||||||
label: 'Vectara Metadata Filter',
|
label: 'Vectara Metadata Filter',
|
||||||
name: 'filter',
|
name: 'filter',
|
||||||
|
description:
|
||||||
|
'Filter to apply to Vectara metadata. Refer to the <a target="_blank" href="https://docs.flowiseai.com/vector-stores/vectara">documentation</a> on how to use Vectara filters with Flowise.',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
additionalParams: true,
|
additionalParams: true,
|
||||||
optional: true
|
optional: true
|
||||||
|
|||||||
Reference in New Issue
Block a user