@conciergus/chat - v0.3.1
Preparing search index...
hooks
KnowledgeDocument
Interface KnowledgeDocument
interface
KnowledgeDocument
{
id
:
string
;
title
:
string
;
content
:
string
;
source
:
string
;
format
:
"text"
|
"json"
|
"markdown"
|
"pdf"
|
"html"
;
metadata
:
{
tags
:
string
[]
;
category
?:
string
;
author
?:
string
;
version
:
number
;
createdAt
:
Date
;
updatedAt
:
Date
;
size
:
number
;
}
;
chunks
:
DocumentChunk
[]
;
embeddings
:
number
[]
[]
;
isIndexed
:
boolean
;
lastIndexed
?:
Date
;
}
Index
Properties
id
title
content
source
format
metadata
chunks
embeddings
is
Indexed
last
Indexed?
Properties
id
id
:
string
title
title
:
string
content
content
:
string
source
source
:
string
format
format
:
"text"
|
"json"
|
"markdown"
|
"pdf"
|
"html"
metadata
metadata
:
{
tags
:
string
[]
;
category
?:
string
;
author
?:
string
;
version
:
number
;
createdAt
:
Date
;
updatedAt
:
Date
;
size
:
number
;
}
chunks
chunks
:
DocumentChunk
[]
embeddings
embeddings
:
number
[]
[]
is
Indexed
isIndexed
:
boolean
Optional
last
Indexed
lastIndexed
?:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
title
content
source
format
metadata
chunks
embeddings
is
Indexed
last
Indexed
@conciergus/chat - v0.3.1
Loading...