Preparing search index...
The search index is not available
@getzep/zep-js
@getzep/zep-js
IDocument
Interface IDocument
interface
IDocument
{
content
:
string
;
created_at
?:
Date
;
document_id
?:
string
;
embedding
?:
number
[]
|
Float32Array
;
is_embedded
?:
boolean
;
metadata
?:
Record
<
string
,
any
>
;
score
?:
number
;
updated_at
?:
Date
;
uuid
?:
string
;
}
Implemented by
Document
Index
Properties
content
created_
at?
document_
id?
embedding?
is_
embedded?
metadata?
score?
updated_
at?
uuid?
Properties
content
content
:
string
Optional
created_
at
created_
at
?:
Date
Optional
document_
id
document_
id
?:
string
Optional
embedding
embedding
?:
number
[]
|
Float32Array
Optional
is_
embedded
is_
embedded
?:
boolean
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Optional
score
score
?:
number
Optional
updated_
at
updated_
at
?:
Date
Optional
uuid
uuid
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
content
created_
at
document_
id
embedding
is_
embedded
metadata
score
updated_
at
uuid
@getzep/zep-js
Loading...