Commit 5b7e6649 authored by Jan Reimes's avatar Jan Reimes
Browse files

📝 docs(.env.example): add TDC_AI_CONVERT_PDF configuration option

parent 6dcfc923
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -99,6 +99,10 @@ TDC_AI_EMBEDDING_MODEL=ollama/vuongnguyen2212/CodeRankEmbed:latest
TDC_AI_MAX_CHUNK_SIZE=1000
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=false

# Summary constraints
TDC_AI_ABSTRACT_MIN_WORDS=150
TDC_AI_ABSTRACT_MAX_WORDS=250