unified-llm-client
Preparing search index...
PostgresEmbeddingProfileRecord
Interface PostgresEmbeddingProfileRecord
interface
PostgresEmbeddingProfileRecord
{
botId
:
string
;
createdAt
?:
string
;
dimensions
:
number
;
distanceMetric
?:
PostgresDistanceMetric
;
id
:
string
;
knowledgeSpaceId
:
string
;
model
:
string
;
provider
:
EmbeddingProvider
;
purposeDefaults
?:
EmbeddingPurpose
[]
;
status
?:
string
;
taskInstruction
?:
string
;
tenantId
:
string
;
updatedAt
?:
string
;
}
Index
Properties
bot
Id
created
At?
dimensions
distance
Metric?
id
knowledge
Space
Id
model
provider
purpose
Defaults?
status?
task
Instruction?
tenant
Id
updated
At?
Properties
bot
Id
botId
:
string
Optional
created
At
createdAt
?:
string
dimensions
dimensions
:
number
Optional
distance
Metric
distanceMetric
?:
PostgresDistanceMetric
id
id
:
string
knowledge
Space
Id
knowledgeSpaceId
:
string
model
model
:
string
provider
provider
:
EmbeddingProvider
Optional
purpose
Defaults
purposeDefaults
?:
EmbeddingPurpose
[]
Optional
status
status
?:
string
Optional
task
Instruction
taskInstruction
?:
string
tenant
Id
tenantId
:
string
Optional
updated
At
updatedAt
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bot
Id
created
At
dimensions
distance
Metric
id
knowledge
Space
Id
model
provider
purpose
Defaults
status
task
Instruction
tenant
Id
updated
At
unified-llm-client
Loading...