
PGVector Integration
Pricing
Pay per usage
Go to Apify Store

PGVector Integration
This integration transfers data from Apify Actors to a Postgres SQL database (with PGVector extension).
4.6 (5)
Pricing
Pay per usage
5
10
1
Last modified
4 months ago
Pricing
Pay per usage
This integration transfers data from Apify Actors to a Postgres SQL database (with PGVector extension).
4.6 (5)
Pricing
Pay per usage
5
10
1
Last modified
4 months ago
embeddingBatchSize
: (only Pinecone) batch size for embedding texts. Default: 1000
, Minimum: 1
.
usePineconeIdPrefix
: (only Pinecone) Optimizes delta updates with a Pinecone ID prefix (item_id#chunk_id
) when enableDeltaUpdates
is true
. Works only when database is empty.
New parameter dataUpdatesStrategy
:
enableDeltaUpdates
.deltaUpdates
if enableDeltaUpdates = true
.deltaUpdates
, add
, or upsert
Renamed deltaUpdatesPrimaryDatasetFields
:
dataUpdatesPrimaryDatasetFields
.Backward Compatibility:
enableDeltaUpdates
mappings and deltaUpdatesPrimaryDatasetFields
are supported.milvusUrl
to milvusUri
.milvusUsername
and milvusPassword
as they were moved to the milvusUri
as part of the URI.performChunking
to true
by default as some users were not aware of the setting their runs were failing.PineconeIndexNamespace
)deleteExpiredObjects
setting to enable or disable the automatic deletion feature.