unified-llm-client
Preparing search index...
PostgresKnowledgeChunkRecord
Interface PostgresKnowledgeChunkRecord
interface
PostgresKnowledgeChunkRecord
{
botId
:
string
;
chunkIndex
:
number
;
citation
?:
RetrievalCitation
;
createdAt
?:
string
;
embedding
:
number
[]
;
embeddingProfileId
:
string
;
endOffset
?:
number
;
id
:
string
;
knowledgeSpaceId
:
string
;
metadata
?:
Record
<
string
,
JsonValue
>
;
scopeType
?:
RetrievalVisibilityScope
;
scopeUserId
?:
string
;
sourceId
:
string
;
sourceName
?:
string
;
sourceType
?:
string
;
startOffset
?:
number
;
tenantId
:
string
;
text
:
string
;
title
?:
string
;
tokenCount
?:
number
;
updatedAt
?:
string
;
url
?:
string
;
}
Index
Properties
bot
Id
chunk
Index
citation?
created
At?
embedding
embedding
Profile
Id
end
Offset?
id
knowledge
Space
Id
metadata?
scope
Type?
scope
User
Id?
source
Id
source
Name?
source
Type?
start
Offset?
tenant
Id
text
title?
token
Count?
updated
At?
url?
Properties
bot
Id
botId
:
string
chunk
Index
chunkIndex
:
number
Optional
citation
citation
?:
RetrievalCitation
Optional
created
At
createdAt
?:
string
embedding
embedding
:
number
[]
embedding
Profile
Id
embeddingProfileId
:
string
Optional
end
Offset
endOffset
?:
number
id
id
:
string
knowledge
Space
Id
knowledgeSpaceId
:
string
Optional
metadata
metadata
?:
Record
<
string
,
JsonValue
>
Optional
scope
Type
scopeType
?:
RetrievalVisibilityScope
Optional
scope
User
Id
scopeUserId
?:
string
source
Id
sourceId
:
string
Optional
source
Name
sourceName
?:
string
Optional
source
Type
sourceType
?:
string
Optional
start
Offset
startOffset
?:
number
tenant
Id
tenantId
:
string
text
text
:
string
Optional
title
title
?:
string
Optional
token
Count
tokenCount
?:
number
Optional
updated
At
updatedAt
?:
string
Optional
url
url
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bot
Id
chunk
Index
citation
created
At
embedding
embedding
Profile
Id
end
Offset
id
knowledge
Space
Id
metadata
scope
Type
scope
User
Id
source
Id
source
Name
source
Type
start
Offset
tenant
Id
text
title
token
Count
updated
At
url
unified-llm-client
Loading...