mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Update Interface.ts
code cleanup
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Types
|
* Types
|
||||||
*/
|
*/
|
||||||
import { BaseCache } from 'langchain/schema'
|
|
||||||
|
|
||||||
export type NodeParamsType =
|
export type NodeParamsType =
|
||||||
| 'asyncOptions'
|
| 'asyncOptions'
|
||||||
@@ -177,9 +176,3 @@ export class VectorStoreRetriever {
|
|||||||
this.vectorStore = fields.vectorStore
|
this.vectorStore = fields.vectorStore
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LLMCacheBase {
|
|
||||||
name: string
|
|
||||||
description: string
|
|
||||||
baseCache: BaseCache
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user