Skip to content

Commit

Permalink
Merge pull request #59 from mindvalley/chore/fix-conflict
Browse files Browse the repository at this point in the history
Fix conflicts
  • Loading branch information
onimsha authored Sep 19, 2024
2 parents 2f6a046 + 6de7ce6 commit 08af546
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/danswer/indexing/indexing_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,11 @@ class DocumentBatchPrepareContext(BaseModel):

class IndexingPipelineProtocol(Protocol):
def __call__(
<<<<<<< HEAD
self,
document_batch: list[Document],
index_attempt_metadata: IndexAttemptMetadata,
) -> tuple[int, int]:
...
=======
self, documents: list[Document], index_attempt_metadata: IndexAttemptMetadata
) -> tuple[int, int]: ...
>>>>>>> 82e0d35b (Stop using redis to test the stability of new postgres connection handling)


def upsert_documents_in_db(
Expand Down

0 comments on commit 08af546

Please sign in to comment.