aboutsummaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-07-13 14:33:29 +0200
committerGeir Storli <geirst@yahoo-inc.com>2017-07-13 14:33:29 +0200
commit726b83e9b693f52ec40a5affab4d300d095a8c83 (patch)
tree0e46f40b69ff174c3855e502c2d1e5cdf72b0e47 /sample-apps
parentcde9f0d3fc9c5c322a100092318b020b238120ed (diff)
Small improvements plus link to tensor intro doc.
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/basic-search-tensor/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/sample-apps/basic-search-tensor/README.md b/sample-apps/basic-search-tensor/README.md
index 9479f3955d2..6695224cf44 100644
--- a/sample-apps/basic-search-tensor/README.md
+++ b/sample-apps/basic-search-tensor/README.md
@@ -3,11 +3,13 @@
A basic Vespa application, which supports feeding and running simple queries
using tensors.
-Also includes the rank expression playground. Deploy the app, and open:
+Also includes the rank expression playground used to visualize rank operations. Deploy the app, and open:
- http://<host>:<port>/playground/index.html
+ http://<host>:8080/playground/index.html
Please refer to the
+[tensor intro](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/tensor-intro.html)
+and
[tensor user guide](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/tensor-user-guide.html)
for more information.