summaryrefslogtreecommitdiffstats
path: root/sample-apps
Commit message (Collapse)AuthorAgeFilesLines
* bump surefire versionKristian Aune2017-02-132-2/+2
|
* add versions for less build warningsKristian Aune2017-02-133-1/+7
|
* fix pom and configKristian Aune2017-02-104-84/+155
| | | | | - make it non-yahoo - pom.xml strictly not needed here as the app does not have java code
* use container-dev for now, build on factoryKristian Aune2017-02-093-4/+2
|
* use container-devKristian Aune2017-02-082-1/+3
|
* fix deps and build, not using parent pomKristian Aune2017-02-071-56/+55
|
* build blog-recommendation tooKristian Aune2017-02-061-1/+1
|
* Update sample app for new Tensor APILester Solbakken2017-02-061-3/+4
|
* build sample-appsKristian Aune2017-02-021-0/+17
|
* fix listKristian Aune2017-01-251-1/+1
|
* First cut boolean searchKristian Aune2017-01-2511-0/+349
| | | | - migrated from the other repo
* remove todo from sample-apps readmeKristian Aune2017-01-201-4/+1
|
* Move files to com.yahoo.exampleKristian Aune2017-01-166-8/+6
| | | | - make more similar to the other sample apps
* fix unit testKristian Aune2017-01-131-1/+1
|
* Add basic-search-javaKristian Aune2017-01-1313-180/+254
| | | | | | - needs to be separate from basic-search (removed java code there) - does not work yet, testing fails - I am not sure whether to rewrite of fix yet - add now so I can fix documentation at least - fix code later
* Add java to basic searchKristian Aune2017-01-034-0/+180
| | | | | | - this builds and is coherent with documentation to be committed shortly - will probably change the java code shortly to fit the tutorial, but commit now as I got pom.xml right
* add update sampleKristian Aune2016-12-221-0/+7
|
* indent searchdefKristian Aune2016-12-221-9/+10
|
* include all python scripts on blog-tutorial-shared plus change in folder ↵tmartins2016-09-283-0/+0
| | | | organization
* pig script to get complete recommendation list from Vespatmartins2016-09-281-0/+21
|
* updated README file with code for part 3tmartins2016-09-281-3/+80
|
* R script to generate training datasettmartins2016-09-281-0/+56
|
* Merge pull request #708 from yahoo/tmartins/compute-metricLester Solbakken2016-09-261-1/+1
|\ | | | | allow ranking name parameter when querying vespa
| * allow ranking name parameter when querying vespaThiago G. Martins2016-09-261-1/+1
| |
* | Update blog recommendation sample with second phase rankingLester Solbakken2016-09-201-19/+51
| |
* | Update sample app to non-hosted VespaLester Solbakken2016-09-202-7/+13
| |
* | add python folderThiago G. Martins2016-09-161-0/+0
| |
* | add tensorflow script to train modelThiago G. Martins2016-09-161-0/+397
| |
* | add address values as stringsThiago G. Martins2016-09-164-4/+4
| |
* | added neural network constantsThiago G. Martins2016-09-154-0/+4
| |
* | Fix commentLester Solbakken2016-09-151-1/+1
| |
* | Only set ranking property if not already setLester Solbakken2016-09-152-2/+7
| |
* | Sigmoid and relu are now native functionsLester Solbakken2016-09-152-16/+3
| |
* | Change to matmul for tensor concatenationLester Solbakken2016-09-143-13/+50
| |
* | Update blog post ranking for constant tensor tutorialLester Solbakken2016-09-141-0/+60
|/
* Remove user specific codeLester Solbakken2016-09-091-25/+23
|
* Add supporting code for blog search tutorialsLester Solbakken2016-09-0926-0/+2425
|
* Add filtering of already read items to sample app.Lester Solbakken2016-07-012-45/+55
| | | | Add filtering of already read items to the recommendation sample app.
* Add basic blog-recommendation sample appLester Solbakken2016-06-309-0/+408
|
* Add basic blog-search sample appLester Solbakken2016-06-306-0/+1371
|
* Update music-data-feed.jsonKristian Aune2016-06-211-2/+2
|
* do not use special chars in idsKristian Aune2016-06-211-2/+2
| | | - makes it more difficult to write easy first steps due to encoding
* no java yetKristian Aune2016-06-206-248/+0
|
* Add non-working draftKristian Aune2016-06-2014-0/+367
- so we have a place to link to in documentation