Skip to content

Commit

Permalink
Merge pull request #10 from charliehuang09/fix_parent_doc
Browse files Browse the repository at this point in the history
fix typo/bug in _generate_child_docs
  • Loading branch information
maxstrid committed Dec 25, 2023
2 parents 17acdba + 23c7edd commit 3c9da9b
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 3c9da9b

Please sign in to comment.