langchain.js
Preparing search index...
@langchain/community
indexes/memory
InMemoryRecordManager
Class InMemoryRecordManager
Hierarchy (
View Summary
)
BaseDynamicToolInput
InMemoryRecordManager
Index
Constructors
constructor
Properties
lc_
namespace
records
Methods
create
Schema
delete
Keys
exists
get
Time
list
Keys
update
Constructors
constructor
new
InMemoryRecordManager
()
:
InMemoryRecordManager
Returns
InMemoryRecordManager
Properties
lc_
namespace
lc_namespace
:
string
[]
= ...
records
records
:
Map
<
string
,
MemoryRecord
>
Methods
create
Schema
createSchema
()
:
Promise
<
void
>
Returns
Promise
<
void
>
delete
Keys
deleteKeys
(
keys
:
string
[]
)
:
Promise
<
void
>
Parameters
keys
:
string
[]
Returns
Promise
<
void
>
exists
exists
(
keys
:
string
[]
)
:
Promise
<
boolean
[]
>
Parameters
keys
:
string
[]
Returns
Promise
<
boolean
[]
>
get
Time
getTime
()
:
Promise
<
number
>
Returns
Promise
<
number
>
list
Keys
listKeys
(
options
?:
any
)
:
Promise
<
string
[]
>
Parameters
Optional
options
:
any
Returns
Promise
<
string
[]
>
update
update
(
keys
:
string
[]
,
updateOptions
?:
any
)
:
Promise
<
void
>
Parameters
keys
:
string
[]
Optional
updateOptions
:
any
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
lc_
namespace
records
Methods
create
Schema
delete
Keys
exists
get
Time
list
Keys
update
langchain.js
Loading...