upgrade langchain version 0.1.0

This commit is contained in:
Henry
2024-01-26 23:41:55 +00:00
parent 601a4d6b66
commit 0606d2c6dd
180 changed files with 905 additions and 746 deletions
@@ -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