unified-llm-client
Preparing search index...
PostgresKnowledgeSourceRecord
Interface PostgresKnowledgeSourceRecord
interface
PostgresKnowledgeSourceRecord
{
botId
:
string
;
canonicalUrl
?:
string
;
checksum
?:
string
;
createdAt
?:
string
;
embeddingProfileId
?:
string
;
errorMessage
?:
string
;
externalId
?:
string
;
id
:
string
;
knowledgeSpaceId
:
string
;
metadata
?:
Record
<
string
,
JsonValue
>
;
name
:
string
;
progressPercent
?:
number
;
sourceType
:
string
;
status
?:
KnowledgeSourceStatus
;
tenantId
:
string
;
title
?:
string
;
updatedAt
?:
string
;
}
Index
Properties
bot
Id
canonical
Url?
checksum?
created
At?
embedding
Profile
Id?
error
Message?
external
Id?
id
knowledge
Space
Id
metadata?
name
progress
Percent?
source
Type
status?
tenant
Id
title?
updated
At?
Properties
bot
Id
botId
:
string
Optional
canonical
Url
canonicalUrl
?:
string
Optional
checksum
checksum
?:
string
Optional
created
At
createdAt
?:
string
Optional
embedding
Profile
Id
embeddingProfileId
?:
string
Optional
error
Message
errorMessage
?:
string
Optional
external
Id
externalId
?:
string
id
id
:
string
knowledge
Space
Id
knowledgeSpaceId
:
string
Optional
metadata
metadata
?:
Record
<
string
,
JsonValue
>
name
name
:
string
Optional
progress
Percent
progressPercent
?:
number
source
Type
sourceType
:
string
Optional
status
status
?:
KnowledgeSourceStatus
tenant
Id
tenantId
:
string
Optional
title
title
?:
string
Optional
updated
At
updatedAt
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bot
Id
canonical
Url
checksum
created
At
embedding
Profile
Id
error
Message
external
Id
id
knowledge
Space
Id
metadata
name
progress
Percent
source
Type
status
tenant
Id
title
updated
At
unified-llm-client
Loading...