@conciergus/chat - v0.3.1
Preparing search index...
hooks
DocumentChunk
Interface DocumentChunk
interface
DocumentChunk
{
id
:
string
;
content
:
string
;
embedding
:
number
[]
;
metadata
:
{
documentId
:
string
;
chunkIndex
:
number
;
source
:
string
;
title
?:
string
;
tags
?:
string
[]
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
;
}
Index
Properties
id
content
embedding
metadata
Properties
id
id
:
string
content
content
:
string
embedding
embedding
:
number
[]
metadata
metadata
:
{
documentId
:
string
;
chunkIndex
:
number
;
source
:
string
;
title
?:
string
;
tags
?:
string
[]
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
content
embedding
metadata
@conciergus/chat - v0.3.1
Loading...