mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
update vec 2 doc node
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ class VectorStoreToDocument_DocumentLoaders implements INode {
|
|||||||
{
|
{
|
||||||
label: 'Document',
|
label: 'Document',
|
||||||
name: 'document',
|
name: 'document',
|
||||||
baseClasses: this.baseClasses
|
baseClasses: [...this.baseClasses, 'json']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Text',
|
label: 'Text',
|
||||||
|
|||||||
@@ -190,10 +190,10 @@
|
|||||||
"type": "options",
|
"type": "options",
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
"id": "vectorStoreToDocument_0-output-document-Document",
|
"id": "vectorStoreToDocument_0-output-document-Document|json",
|
||||||
"name": "document",
|
"name": "document",
|
||||||
"label": "Document",
|
"label": "Document",
|
||||||
"type": "Document"
|
"type": "Document | json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "vectorStoreToDocument_0-output-text-string|json",
|
"id": "vectorStoreToDocument_0-output-text-string|json",
|
||||||
|
|||||||
Reference in New Issue
Block a user