Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit 08af546

Browse files
authored
Merge pull request #59 from mindvalley/chore/fix-conflict
Fix conflicts
2 parents 2f6a046 + 6de7ce6 commit 08af546

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

backend/danswer/indexing/indexing_pipeline.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,11 @@ class DocumentBatchPrepareContext(BaseModel):
4848

4949
class IndexingPipelineProtocol(Protocol):
5050
def __call__(
51-
<<<<<<< HEAD
5251
self,
5352
document_batch: list[Document],
5453
index_attempt_metadata: IndexAttemptMetadata,
5554
) -> tuple[int, int]:
5655
...
57-
=======
58-
self, documents: list[Document], index_attempt_metadata: IndexAttemptMetadata
59-
) -> tuple[int, int]: ...
60-
>>>>>>> 82e0d35b (Stop using redis to test the stability of new postgres connection handling)
6156

6257

6358
def upsert_documents_in_db(

0 commit comments

Comments
 (0)