Provider config (optional if using env vars). Pinecone: {indexName}. Supabase: {tableName}. Qdrant: {collectionName}. API keys can be set via environment variables.
Namespace/Collection
vectorDbNamespacestringOptional
Namespace (Pinecone) or collection name. Can also use VECTOR_DB_NAMESPACE env var.
Upsert Batch Size
upsertBatchSizeintegerOptional
Number of vectors to upsert in each batch
Default value of this property is 100
Enable Quality Scoring
enableQualityScoringbooleanOptional
Enable quality scoring to filter low-value chunks
Default value of this property is true
Minimum Quality Score
minQualityScoreintegerOptional
Chunks below this score will be filtered out (0-100)
Default value of this property is 40
Include Quality in Metadata
includeQualityInMetadatabooleanOptional
Add quality scores to chunk metadata for retrieval optimization
Default value of this property is true
Enrich Metadata
enrichMetadatabooleanOptional
Add content type, topics, complexity, and relationship metadata