Skip to content

Commit

Permalink
Release/v0.3.9 (#936)
Browse files Browse the repository at this point in the history
* dump version 0.3.9

* delete progress_apply at upr

---------

Co-authored-by: jeffrey <[email protected]>
  • Loading branch information
vkehfdl1 and jeffrey authored Nov 10, 2024
1 parent c5fcddc commit 57ce010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autorag/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.8-rc1
0.3.9
2 changes: 1 addition & 1 deletion autorag/nodes/passagereranker/upr.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _pure(
}
)

df["scores"] = df.progress_apply(
df["scores"] = df.apply(
lambda row: self.scorer.compute(
query=row["query"], contents=row["contents"]
),
Expand Down

0 comments on commit 57ce010

Please sign in to comment.