This commit is contained in:
pablodanswer 2024-10-20 23:10:21 -07:00
parent 67ae58ac06
commit f940e6a12d
2 changed files with 0 additions and 3 deletions

View File

@ -379,7 +379,6 @@ def build_indexing_pipeline(
attempt_id: int | None = None,
tenant_id: str | None = None,
) -> IndexingPipelineProtocol:
print("INDEXING PIPELINE")
"""Builds a pipeline which takes in a list (batch) of docs and indexes them."""
search_settings = get_current_search_settings(db_session)
multipass = (

View File

@ -113,8 +113,6 @@ def upsert_ingestion_doc(
credential_id=cc_pair.credential_id,
),
)
print("NEW DOC", new_doc)
print("CHUNK COUNT", __chunk_count)
# If there's a secondary index being built, index the doc but don't use it for return here
if sec_ind_name: