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:
@@ -1,8 +1,8 @@
|
||||
import { DynamicTool } from '@langchain/core/tools'
|
||||
import { BaseRetriever } from '@langchain/core/retrievers'
|
||||
import { createRetrieverTool } from 'langchain/tools/retriever'
|
||||
import { INode, INodeData, INodeParams } from '../../../src/Interface'
|
||||
import { getBaseClasses } from '../../../src/utils'
|
||||
import { DynamicTool } from 'langchain/tools'
|
||||
import { createRetrieverTool } from 'langchain/agents/toolkits'
|
||||
import { BaseRetriever } from 'langchain/schema/retriever'
|
||||
|
||||
class Retriever_Tools implements INode {
|
||||
label: string
|
||||
|
||||
Reference in New Issue
Block a user