Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 12, 2024
1 parent 046c0fb commit 34e2504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/danswer/document_index/vespa/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def register_multitenant_indices(
def index(
self,
chunks: list[DocMetadataAwareIndexChunk],
fresh_index: bool = False,
fresh_index: bool = False,
) -> set[DocumentInsertionRecord]:
"""Receive a list of chunks from a batch of documents and index the chunks into Vespa along
with updating the associated permissions. Assumes that a document will not be split into
Expand Down

0 comments on commit 34e2504

Please sign in to comment.