Skip to content

Commit

Permalink
fix lint err
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjialin authored and fengjialin committed Mar 13, 2024
1 parent 2d2f272 commit 08021de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def _max_marginal_relevance_search(
res = self.table.search(anns=anns, retrieve_vector=True)

# Organize results.
documents = []
documents: List[Document] = []
ordered_result_embeddings = []
rows = [[item] for item in res.rows]
if rows is None or len(rows) == 0:
Expand Down

0 comments on commit 08021de

Please sign in to comment.