aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.