Skip to content

Commit

Permalink
note TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantisan committed Sep 13, 2023
1 parent d58c882 commit ea512f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/mind_palace/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def nodes(documents, service_context=li.ServiceContext.from_defaults()):
# 'start_char_idx', 'end_char_idx', 'text_template', 'metadata_template',
# 'metadata_seperator'])

# TODO: move these into a submodule


def _load_tei_xml(filepath):
with open(filepath, "r") as xml_file:
Expand Down

0 comments on commit ea512f7

Please sign in to comment.