mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
upgrade langchain version 0.1.0
This commit is contained in:
+2
-3
@@ -1,7 +1,6 @@
|
||||
import { getBaseClasses, INode, INodeData, INodeParams } from '../../../src'
|
||||
import { BaseOutputParser } from 'langchain/schema/output_parser'
|
||||
import { CustomListOutputParser as LangchainCustomListOutputParser } from 'langchain/output_parsers'
|
||||
import { BaseOutputParser, CustomListOutputParser as LangchainCustomListOutputParser } from '@langchain/core/output_parsers'
|
||||
import { CATEGORY } from '../OutputParserHelpers'
|
||||
import { getBaseClasses, INode, INodeData, INodeParams } from '../../../src'
|
||||
|
||||
class CustomListOutputParser implements INode {
|
||||
label: string
|
||||
|
||||
Reference in New Issue
Block a user