unified-llm-client
Preparing search index...
PostgresKnowledgeStoreOptions
Interface PostgresKnowledgeStoreOptions
interface
PostgresKnowledgeStoreOptions
{
connectionString
?:
string
;
ensureVectorExtension
?:
boolean
;
now
?:
()
=>
Date
;
pool
?:
PostgresKnowledgeStorePool
;
schemaName
?:
string
;
searchConfig
?:
string
;
tableNames
?:
PostgresKnowledgeStoreTableNames
;
}
Index
Properties
connection
String?
ensure
Vector
Extension?
now?
pool?
schema
Name?
search
Config?
table
Names?
Properties
Optional
connection
String
connectionString
?:
string
Optional
ensure
Vector
Extension
ensureVectorExtension
?:
boolean
Optional
now
now
?:
()
=>
Date
Optional
pool
pool
?:
PostgresKnowledgeStorePool
Optional
schema
Name
schemaName
?:
string
Optional
search
Config
searchConfig
?:
string
Optional
table
Names
tableNames
?:
PostgresKnowledgeStoreTableNames
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connection
String
ensure
Vector
Extension
now
pool
schema
Name
search
Config
table
Names
unified-llm-client
Loading...