mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-17 21:32:36 +01:00
nit
This commit is contained in:
parent
67ae58ac06
commit
f940e6a12d
@ -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 = (
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user