Class: PostgresDocumentStore
Extends
KVDocumentStore
Constructors
new PostgresDocumentStore()
new PostgresDocumentStore(
config
?):PostgresDocumentStore
Parameters
• config?: PostgresDocumentStoreConfig
Returns
Overrides
KVDocumentStore.constructor
Defined in
packages/llamaindex/src/storage/docStore/PostgresDocumentStore.ts:18
Properties
serializer
serializer:
Serializer
<Record
<string
,unknown
>> =noneSerializer
Overrides
KVDocumentStore.serializer
Defined in
packages/llamaindex/src/storage/docStore/PostgresDocumentStore.ts:16
Methods
addDocuments()
addDocuments(
docs
,allowUpdate
):Promise
<void
>
Parameters
• allowUpdate: boolean
= true
Returns
Promise
<void
>
Inherited from
KVDocumentStore.addDocuments