Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola committed Feb 28, 2025
1 parent 1eb072f commit b88b00d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def _run(self, query: str) -> str:
"segment_id": segment.id,
"retriever_from": self.retriever_from,
"score": record.score or 0.0,
"doc_metadata": document.doc_metadat, # type: ignore
"doc_metadata": document.doc_metadata, # type: ignore
}

if self.retriever_from == "dev":
Expand Down

0 comments on commit b88b00d

Please sign in to comment.