Skip to content

Commit

Permalink
Update _parse_proto_output function to include the entity_id as part …
Browse files Browse the repository at this point in the history
…of the metadata returned. (#648)
  • Loading branch information
lizau authored Dec 22, 2024
1 parent b60d953 commit 7382d23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ def _parse_proto_output(
documents.append(
[
Document(
id=result.entity_id,
page_content=content,
metadata=metadata,
),
Expand Down

0 comments on commit 7382d23

Please sign in to comment.