mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
update langchain version
This commit is contained in:
@@ -31,7 +31,8 @@ class InMemoryVectorStore_VectorStores implements INode {
|
||||
label: 'Document',
|
||||
name: 'document',
|
||||
type: 'Document',
|
||||
list: true
|
||||
list: true,
|
||||
optional: true
|
||||
},
|
||||
{
|
||||
label: 'Embeddings',
|
||||
|
||||
Reference in New Issue
Block a user