Commit cfcef8aa authored by Jan Reimes's avatar Jan Reimes
Browse files

🔧 chore(env): comment out PDF and MD conversion flags in .env.example

parent ee962c04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -101,12 +101,12 @@ TDC_AI_CHUNK_OVERLAP=100

# Whether to convert office documents to PDF during workspace add-members (default: false)
# Set to "true", "1", or "yes" to enable; anything else disables it
TDC_AI_CONVERT_PDF=1
# TDC_AI_CONVERT_PDF=1

# Whether to extract markdown from PDFs during workspace add-members (default: false)
# Set to "true", "1", or "yes" to enable; anything else disables it
# When enabled, implies TDC_AI_CONVERT_PDF=true
TDC_AI_CONVERT_MD=1
# TDC_AI_CONVERT_MD=1

# Summary constraints
TDC_AI_ABSTRACT_MIN_WORDS=150