
Qdrant Integration
Pricing
Pay per usage
Go to Apify Store

Qdrant Integration
Transfer data from Apify Actors to a Qdrant vector database.
4.5 (2)
Pricing
Pay per usage
6
47
7
Issues response
12 days
Last modified
2 months ago
Pricing
Pay per usage
Transfer data from Apify Actors to a Qdrant vector database.
4.5 (2)
Pricing
Pay per usage
6
47
7
Issues response
12 days
Last modified
2 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.