Refactoring of LLM In Cache Memory files for better clarity of name
This commit is contained in:
parent
d81869fd59
commit
18702e4c47
|
|
@ -2,7 +2,7 @@ import { INode, INodeData, INodeOutputsValue, INodeParams } from '../../../src/I
|
||||||
import { InMemoryCache } from 'langchain/cache'
|
import { InMemoryCache } from 'langchain/cache'
|
||||||
import { getBaseClasses } from '../../../src'
|
import { getBaseClasses } from '../../../src'
|
||||||
|
|
||||||
class LocalMemoryCache implements INode {
|
class LLMInMemoryCache implements INode {
|
||||||
label: string
|
label: string
|
||||||
name: string
|
name: string
|
||||||
version: number
|
version: number
|
||||||
|
|
@ -41,4 +41,4 @@ class LocalMemoryCache implements INode {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = { nodeClass: LocalMemoryCache }
|
module.exports = { nodeClass: LLMInMemoryCache }
|
||||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue