Skip to content

Commit

Permalink
chore: add visual reasoning to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jun 14, 2022
1 parent ab48321 commit 1869e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_static/demo-embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
this.$nextTick(function () {
app.callJina();

$.getJSON("https://picsum.photos/v2/list?page=" + randomIntFromInterval(1, 10) + "&limit=10", function (json) {
$.getJSON("https://picsum.photos/v2/list?page=" + randomIntFromInterval(1, 40) + "&limit=10", function (json) {
app.images = json
});

Expand Down
2 changes: 1 addition & 1 deletion docs/_static/demo-text-rank.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
this.$nextTick(function () {
app.callJina();

$.getJSON("https://picsum.photos/v2/list?page=" + randomIntFromInterval(1, 10) + "&limit=10", function (json) {
$.getJSON("https://picsum.photos/v2/list?page=" + randomIntFromInterval(1, 40) + "&limit=10", function (json) {
app.images = json
});

Expand Down

0 comments on commit 1869e61

Please sign in to comment.