Skip to content

Commit

Permalink
rm mime_type
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 8, 2023
1 parent 0d4a403 commit 552096f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def _deserialize_document(self, hit: Dict[str, Any]) -> Document:
content=data["content"],
dataframe=data["dataframe"],
blob=data["blob"],
mime_type=data["mime_type"],
meta=data.get("meta", {}),
score=data["score"],
embedding=data["embedding"],
Expand Down

0 comments on commit 552096f

Please sign in to comment.