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