Comparing version 0.1.10 to 0.1.11
@@ -23,3 +23,3 @@ function drag(ev) { | ||
<script> | ||
JinaBox.init('${settings.url}',{timeout:${settings.timeout}}); | ||
JinaBox.init('${settings.url}'${settings.timeout?`,{timeout:${settings.timeout}}`:''}); | ||
</script> | ||
@@ -26,0 +26,0 @@ ` |
{ | ||
"name": "jinabox", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "A lightweight, customizable omnibox. Useful for searching text, images, videos, audios or all other kinds data with a Jina backend.", | ||
"main": "library/jinabox.js", | ||
"unpkg": "dist/jinabox.min.js", | ||
"scripts": { | ||
@@ -17,5 +18,15 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"jina-box", | ||
"neural search" | ||
"neural search", | ||
"search box", | ||
"omnibox", | ||
"image search", | ||
"video search", | ||
"audio search", | ||
"semantic search" | ||
], | ||
"author": "Jina AI Limited", | ||
"author": { | ||
"name": "Jina AI Dev Team", | ||
"email": "hello@jina.ai", | ||
"url": "https://jina.ai/" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -25,3 +36,3 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/jina-ai/jina-box#readme" | ||
"homepage": "https://github.com/jina-ai/jinabox.js" | ||
} |
@@ -8,3 +8,3 @@ # jinabox.js | ||
[Demo page](https://jinaboxjs.jina.ai) | ||
[Demo page](https://jina.ai/jinabox.js/) | ||
@@ -19,4 +19,3 @@ ## Quick Start | ||
jb = window.JinaBox | ||
jb.init('http://0.0.0.0:65481/api/search'); // `http://0.0.0.0:65481/api/search` is the endpoint of the REST gateway of a Jina backend. | ||
jb.init('http://0.0.0.0:65481/api/search'); // http://0.0.0.0:65481/api/search is the endpoint of the REST gateway of a Jina backend. | ||
</script> | ||
@@ -31,2 +30,4 @@ ``` | ||
Run [one of our examples](https://learn.jina.ai) and play! | ||
### Using with a module bundler | ||
@@ -33,0 +34,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
170102
1504
64