We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1cfaa commit 2fafb55Copy full SHA for 2fafb55
2 files changed
.stats.yml
@@ -1,4 +1,4 @@
1
configured_endpoints: 4
2
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-30c23c1facb9383eb94d78d16d6a45b7e6afd943caf94cddeb75fd86357294f7.yml
3
openapi_spec_hash: 48a6b3192add4f538615ac6f190123c5
4
-config_hash: 886b5eef0dbd90b8e6686e987a07b816
+config_hash: d6b142057661ed5b068cbe07895e7d50
README.md
@@ -131,7 +131,7 @@ universal_classification = client.classifications.universal.create(
131
query="This is a confidentiality clause.",
132
texts=["I agree not to tell anyone about the document."],
133
chunking_options={
134
- "overlap_ratio": 0.1,
+ "overlap_ratio": 0.2,
135
"overlap_tokens": None,
136
"size": 512,
137
},
0 commit comments