Skip to content

Commit 5e14874

Browse files
authored
Release 3.6.0 (#2179)
1 parent 9fb2295 commit 5e14874

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

js/sdk/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "r2r-js",
3-
"version": "0.4.41",
3+
"version": "0.4.42",
44
"description": "",
55
"main": "dist/index.js",
66
"browser": "dist/index.browser.js",

py/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ const client = new r2rClient(); // Use baseURL=... for self-hosted
113113

114114
```python
115115
# Ingest sample or your own document
116-
client.documents.create_sample(hi_res=True)
117-
# client.documents.create(file_path="/path/to/file")
116+
client.documents.create(file_path="/path/to/file")
118117

119118
# List documents
120119
client.documents.list()

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "r2r"
7-
version = "3.5.19"
7+
version = "3.6.0"
88
description = "SciPhi R2R"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)