mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 09:01:06 +03:00
upgrade langchain version 0.1.0
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
import { VectorStore } from 'langchain/vectorstores/base'
|
||||
import { VectorStore } from '@langchain/core/vectorstores'
|
||||
import { ScoreThresholdRetriever } from 'langchain/retrievers/score_threshold'
|
||||
import { INode, INodeData, INodeParams, INodeOutputsValue } from '../../../src/Interface'
|
||||
import { handleEscapeCharacters } from '../../../src'
|
||||
import { ScoreThresholdRetriever } from 'langchain/retrievers/score_threshold'
|
||||
|
||||
class SimilarityThresholdRetriever_Retrievers implements INode {
|
||||
label: string
|
||||
|
||||
Reference in New Issue
Block a user