Skip to content

Commit

Permalink
fix typo/bug in _generate_child_docs
Browse files Browse the repository at this point in the history
Signed-off-by: charliehuang09 <charliehuang09@gmail.com>
  • Loading branch information
charliehuang09 committed Dec 25, 2023
1 parent 17acdba commit 23c7edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/encode_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _generate_child_docs(self, parent_document):
"vector": doc[0],
"document": doc[1]
})
return child_docs
return document_map


def _process_document(self, file) -> None:
Expand Down

0 comments on commit 23c7edd

Please sign in to comment.