Loading .env.example +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.env.example +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading