We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0644ad3 commit b053a4aCopy full SHA for b053a4a
1 file changed
README.md
@@ -99,11 +99,11 @@ universal_classification = client.classifications.universal.create(
99
text="I agree not to tell anyone about the document.",
100
chunking_options={
101
"overlap_ratio": 0.1,
102
- "overlap_tokens": 0,
+ "overlap_tokens": None,
103
"size": 512,
104
},
105
)
106
-print(universal_classification.chunking_options)
+print(universal_classification.chunks)
107
```
108
109
## Handling errors
0 commit comments