Commit 1e7881dd authored by Jan Reimes's avatar Jan Reimes
Browse files

📝 docs: add VLM configuration option to .env.example

parent dd292516
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -108,6 +108,10 @@ TDC_AI_CHUNK_OVERLAP=100
# When enabled, implies TDC_AI_CONVERT_PDF=true
# TDC_AI_CONVERT_MD=1

# Enable VLM picture description and formula enrichment during workspace process (default: false)
# Set to "true", "1", or "yes" to enable
# TDC_AI_VLM=1

# Summary constraints
TDC_AI_ABSTRACT_MIN_WORDS=150
TDC_AI_ABSTRACT_MAX_WORDS=250