Skip to content

Commit 71ef52b

Browse files
feat(api): added reranking endpoint (#47)
1 parent 030f28e commit 71ef52b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-0e12a473c7a6a0b52e89f497a6fdbd30dd1164a7ede88dce5b66b9bba55c1c9a.yml
3-
openapi_spec_hash: d1991f07668a22ec251e8219b4b68831
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-861e8a85f0fb73cf4b7fc6c2b27722072ff33109459e90c17be24af15dfcbd0c.yml
3+
openapi_spec_hash: 644a0383600633ee604bb1e5b9ca025d
44
config_hash: 8a781867f31df68b9c6fba04c165c647

src/isaacus/resources/classifications/universal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def create(
6464
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
6565
) -> UniversalClassification:
6666
"""
67-
Classify the relevance of a legal document to a query using an Isaacus universal
67+
Classify the relevance of a legal document to a query with an Isaacus universal
6868
legal AI classifier.
6969
7070
Args:
@@ -165,7 +165,7 @@ async def create(
165165
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
166166
) -> UniversalClassification:
167167
"""
168-
Classify the relevance of a legal document to a query using an Isaacus universal
168+
Classify the relevance of a legal document to a query with an Isaacus universal
169169
legal AI classifier.
170170
171171
Args:

0 commit comments

Comments
 (0)