remove title for slack

This commit is contained in:
joachim-danswer 2025-02-18 16:54:00 -08:00
parent b4ecc870b9
commit ca803859cc

View File

@ -220,7 +220,6 @@ def thread_to_doc(
source=DocumentSource.SLACK,
semantic_identifier=doc_sem_id,
doc_updated_at=get_latest_message_time(thread),
title="", # slack docs don't really have a "title"
primary_owners=valid_experts,
metadata={"Channel": channel["name"]},
)