File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed
resources/classifications Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2 .0"
2+ "." : " 0.3 .0"
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 1
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-19689acec6acc1fe55f5b1f80b6029b2115db76aceb76da98a36e22115990af2 .yml
3- openapi_spec_hash : d647b0df96ea892932515aa18f690e2a
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-861e8a85f0fb73cf4b7fc6c2b27722072ff33109459e90c17be24af15dfcbd0c .yml
3+ openapi_spec_hash : 644a0383600633ee604bb1e5b9ca025d
44config_hash : 8a781867f31df68b9c6fba04c165c647
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.0 (2025-04-01)
4+
5+ Full Changelog: [ v0.2.0...v0.3.0] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.2.0...v0.3.0 )
6+
7+ ### Features
8+
9+ * ** api:** added reranking endpoint ([ #47 ] ( https://github.com/isaacus-dev/isaacus-python/issues/47 ) ) ([ 71ef52b] ( https://github.com/isaacus-dev/isaacus-python/commit/71ef52b1d23c2ea924f4d178aa1201d980030fe4 ) )
10+
311## 0.2.0 (2025-03-30)
412
513Full Changelog: [ v0.1.6...v0.2.0] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.1.6...v0.2.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " isaacus"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " The official Python library for the isaacus API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "isaacus"
4- __version__ = "0.2 .0" # x-release-please-version
4+ __version__ = "0.3 .0" # x-release-please-version
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments