From 4cf1b1ca72e889083c65a7742b260b03e4a16d54 Mon Sep 17 00:00:00 2001 From: Kristian Aune Date: Mon, 9 Oct 2023 13:25:11 +0200 Subject: [PATCH] Update copyright --- Gemfile | 2 +- README.md | 2 +- _paragraphs_config.yml | 2 +- _plugins-linkcheck/vespa_xml_links_generator.rb | 2 +- _plugins-vespafeed/vespa_index_generator.rb | 2 +- _suggestions_config.yml | 2 +- album-recommendation-java/README.md | 2 +- album-recommendation-java/pom.xml | 2 +- album-recommendation-java/src/main/application/schemas/music.sd | 2 +- album-recommendation-java/src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/example/album/EquivSearcher.java | 2 +- .../src/main/java/ai/vespa/example/album/MetalSearcher.java | 2 +- .../src/main/java/ai/vespa/example/album/SetFilterSearcher.java | 2 +- .../src/test/java/ai/vespa/example/album/ApplicationMain.java | 2 +- .../src/test/java/ai/vespa/example/album/EquivSearcherTest.java | 2 +- .../src/test/java/ai/vespa/example/album/MetalSearcherTest.java | 2 +- .../test/java/ai/vespa/example/album/SetFilterSearcherTest.java | 2 +- album-recommendation/README.md | 2 +- album-recommendation/schemas/music.sd | 2 +- album-recommendation/services.xml | 2 +- billion-scale-image-search/README.md | 2 +- billion-scale-image-search/pom.xml | 2 +- .../src/main/application/schemas/centroid.sd | 2 +- .../src/main/application/schemas/image.sd | 2 +- .../src/main/application/search/query-profiles/default.xml | 2 +- billion-scale-image-search/src/main/bash/download_models.sh | 2 +- .../src/main/java/ai/vespa/examples/BPETokenizer.java | 2 +- .../src/main/java/ai/vespa/examples/Centroids.java | 2 +- .../src/main/java/ai/vespa/examples/DimensionReducer.java | 2 +- .../src/main/java/ai/vespa/examples/TensorUtils.java | 2 +- .../java/ai/vespa/examples/docproc/AssignCentroidsDocProc.java | 2 +- .../java/ai/vespa/examples/searcher/CLIPEmbeddingSearcher.java | 2 +- .../main/java/ai/vespa/examples/searcher/DeDupingSearcher.java | 2 +- .../main/java/ai/vespa/examples/searcher/RankingSearcher.java | 2 +- .../src/main/java/ai/vespa/examples/searcher/SPANNSearcher.java | 2 +- billion-scale-image-search/src/main/python/clip_export.py | 2 +- .../src/main/python/create-centroid-feed.py | 2 +- .../src/main/python/create-joined-feed.py | 2 +- .../src/main/python/create-partial-update-feed.py | 2 +- billion-scale-image-search/src/main/python/pca_train.py | 2 +- .../src/main/python/pca_transformer_export.py | 2 +- billion-scale-image-search/src/main/python/quantize.py | 2 +- billion-scale-image-search/src/main/python/ranker_export.py | 2 +- billion-scale-image-search/src/main/python/similarity_export.py | 2 +- .../src/main/resources/configdefinitions/bpe-tokenizer.def | 2 +- .../src/test/java/ai/vespa/examples/DimensionReducerTest.java | 2 +- .../src/test/java/ai/vespa/examples/Utils.java | 2 +- .../ai/vespa/examples/searcher/TestClipEmbeddingSearcher.java | 2 +- .../java/ai/vespa/examples/searcher/TestDedupingSearcher.java | 2 +- .../java/ai/vespa/examples/searcher/TestRankingSearcher.java | 2 +- billion-scale-vector-search/README.md | 2 +- billion-scale-vector-search/pom.xml | 2 +- .../src/main/application/cloud-services.xml | 2 +- .../src/main/application/schemas/vector.sd | 2 +- .../src/main/application/search/query-profiles/default.xml | 2 +- billion-scale-vector-search/src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/examples/ClusteringComponent.java | 2 +- .../java/ai/vespa/examples/docproc/AssignNeighborsDocProc.java | 2 +- .../src/main/java/ai/vespa/examples/searcher/SPANNSearcher.java | 2 +- .../src/main/python/create-vespa-feed.py | 2 +- billion-scale-vector-search/src/main/python/recall.py | 2 +- commerce-product-ranking/README.md | 2 +- commerce-product-ranking/application/deployment.xml | 2 +- commerce-product-ranking/application/schemas/product.sd | 2 +- .../application/search/query-profiles/default.xml | 2 +- commerce-product-ranking/application/services.xml | 2 +- commerce-product-ranking/scripts/evaluate.py | 2 +- commerce-product-ranking/scripts/export-bi-encoder.py | 2 +- commerce-product-ranking/scripts/export-cross-encoder.py | 2 +- custom-embeddings/README.md | 2 +- custom-embeddings/create-weights.py | 2 +- custom-embeddings/model.py | 2 +- custom-embeddings/schemas/doc.sd | 2 +- custom-embeddings/search/query-profiles/default.xml | 2 +- custom-embeddings/services.xml | 2 +- dense-passage-retrieval-with-ann/README.md | 2 +- dense-passage-retrieval-with-ann/bin/evaluate_em.py | 2 +- dense-passage-retrieval-with-ann/bin/export-query-model.py | 2 +- dense-passage-retrieval-with-ann/bin/export-reader-model.py | 2 +- dense-passage-retrieval-with-ann/bin/make-vespa-feed.py | 2 +- .../src/main/application/schemas/wiki.sd | 2 +- .../src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/examples/QuestionAnswering.java | 2 +- .../main/java/ai/vespa/examples/frontend/FrontendHandler.java | 2 +- .../java/ai/vespa/examples/processor/QADocumentProcessor.java | 2 +- .../src/main/java/ai/vespa/examples/searcher/QASearcher.java | 2 +- .../java/ai/vespa/examples/searcher/RetrieveModelSearcher.java | 2 +- .../main/java/ai/vespa/examples/tokenizer/BertTokenizer.java | 2 +- .../src/main/resources/configdefinitions/bert-model.def | 2 +- .../src/main/resources/frontend/css/frontend.css | 2 +- .../src/main/resources/frontend/index.html | 2 +- .../src/main/resources/frontend/js/frontend.js | 2 +- .../src/test/java/ai/vespa/examples/QuestionAnsweringTest.java | 2 +- .../ai/vespa/examples/processor/QADocumentProcessorTest.java | 2 +- .../test/java/ai/vespa/examples/searcher/QASearcherTest.java | 2 +- .../java/ai/vespa/examples/tokenizer/BertTokenizerTest.java | 2 +- examples/README.md | 2 +- examples/aws/lambda/README.md | 2 +- examples/aws/lambda/hello_function.py | 2 +- examples/document-processing/README.md | 2 +- examples/document-processing/pom.xml | 2 +- examples/document-processing/src/main/application/hosts.xml | 2 +- .../document-processing/src/main/application/schemas/lyrics.sd | 2 +- .../document-processing/src/main/application/schemas/music.sd | 2 +- examples/document-processing/src/main/application/services.xml | 2 +- .../java/ai/vespa/example/album/LyricsDocumentProcessor.java | 2 +- .../java/ai/vespa/example/album/ProductTypeRefinerDocProc.java | 2 +- .../ai/vespa/example/album/ProductTypeTokenizerDocProc.java | 2 +- .../ai/vespa/example/album/ProductTypeRefinerDocProcTest.java | 2 +- .../ai/vespa/example/album/ProductTypeTokenizerDocProcTest.java | 2 +- .../data-preparation/convert-for-feeding.py | 2 +- .../training-evaluation/evaluate.py | 2 +- .../training-evaluation/positives-negatives.py | 2 +- examples/embedding-service/README.md | 2 +- examples/embedding-service/pom.xml | 2 +- examples/embedding-service/src/main/application/services.xml | 2 +- examples/generic-request-processing/README.md | 2 +- examples/generic-request-processing/pom.xml | 2 +- .../generic-request-processing/src/main/application/hosts.xml | 2 +- .../src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/examples/ExampleProcessor.java | 2 +- .../src/main/java/ai/vespa/examples/StringData.java | 2 +- .../src/main/resources/configdefinitions/example-processor.def | 2 +- .../src/test/java/ai/vespa/examples/ApplicationMain.java | 2 +- .../src/test/java/ai/vespa/examples/ApplicationTest.java | 2 +- .../src/test/java/ai/vespa/examples/ExampleProcessorTest.java | 2 +- examples/google-cloud/cloud-functions/README.md | 2 +- examples/google-cloud/cloud-functions/go/function.go | 2 +- examples/google-cloud/cloud-functions/go/visit.go | 2 +- .../http-api-using-request-handlers-and-processors/README.md | 2 +- examples/http-api-using-request-handlers-and-processors/pom.xml | 2 +- .../src/main/application/hosts.xml | 2 +- .../src/main/application/schemas/music.sd | 2 +- .../src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/examples/AnnotatingProcessor.java | 2 +- .../src/main/java/ai/vespa/examples/DataProcessor.java | 2 +- .../src/main/java/ai/vespa/examples/DemoComponent.java | 2 +- .../src/main/java/ai/vespa/examples/DemoDocumentProcessor.java | 2 +- .../src/main/java/ai/vespa/examples/DemoFreezableComponent.java | 2 +- .../src/main/java/ai/vespa/examples/DemoHandler.java | 2 +- .../src/main/java/ai/vespa/examples/DemoRenderer.java | 2 +- .../src/main/resources/configdefinitions/demo.def | 2 +- .../src/test/java/ai/vespa/examples/ApplicationMain.java | 2 +- examples/joins/README.md | 2 +- examples/joins/pom.xml | 2 +- examples/joins/src/main/application/hosts.xml | 2 +- examples/joins/src/main/application/schemas/base.sd | 2 +- examples/joins/src/main/application/schemas/tag.sd | 2 +- examples/joins/src/main/application/schemas/title.sd | 2 +- .../src/main/application/search/query-profiles/default.xml | 2 +- examples/joins/src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/example/joins/DataGenerator.java | 2 +- .../joins/src/main/java/ai/vespa/example/joins/Intersector.java | 2 +- .../src/main/java/ai/vespa/example/joins/JoinSearcher.java | 2 +- .../src/test/java/ai/vespa/example/album/ApplicationMain.java | 2 +- .../java/ai/vespa/example/album/FeedAndSearchSystemTest.java | 2 +- .../src/test/java/ai/vespa/example/album/StagingCommons.java | 2 +- .../src/test/java/ai/vespa/example/album/StagingSetupTest.java | 2 +- .../java/ai/vespa/example/album/StagingVerificationTest.java | 2 +- .../src/test/java/ai/vespa/example/joins/IntersectorTest.java | 2 +- examples/lucene-linguistics/README.md | 2 +- examples/lucene-linguistics/advanced-configuration/pom.xml | 2 +- examples/lucene-linguistics/going-crazy/pom.xml | 2 +- examples/lucene-linguistics/minimal/pom.xml | 2 +- examples/model-deployment/ONNXModelExport.ipynb | 2 +- examples/model-deployment/README.md | 2 +- examples/model-deployment/schemas/doc.sd | 2 +- examples/model-deployment/services.xml | 2 +- examples/multiple-bundles-lib/README.md | 2 +- examples/multiple-bundles-lib/pom.xml | 2 +- .../src/main/java/ai/vespasamples/lib/FibonacciProducer.java | 2 +- .../src/main/java/ai/vespasamples/lib/package-info.java | 2 +- examples/multiple-bundles/README.md | 2 +- examples/multiple-bundles/pom.xml | 2 +- examples/multiple-bundles/src/main/application/hosts.xml | 2 +- examples/multiple-bundles/src/main/application/services.xml | 2 +- .../src/main/java/ai/vespasamples/search/FibonacciSearcher.java | 2 +- .../src/test/java/ai/vespasamples/ApplicationMain.java | 2 +- examples/operations/README.md | 2 +- examples/operations/basic-search-on-gke/README.md | 2 +- .../operations/basic-search-on-gke/deployments/configmap.yml | 2 +- .../operations/basic-search-on-gke/deployments/headless.yml | 2 +- examples/operations/basic-search-on-gke/deployments/master.yml | 2 +- examples/operations/basic-search-on-gke/deployments/service.yml | 2 +- examples/operations/basic-search-on-gke/schemas/music.sd | 2 +- examples/operations/basic-search-on-gke/scripts/bootstrap.sh | 2 +- .../operations/basic-search-on-gke/scripts/create_cluster.sh | 2 +- examples/operations/basic-search-on-gke/scripts/deploy.sh | 2 +- examples/operations/basic-search-on-gke/scripts/feed.sh | 2 +- examples/operations/basic-search-on-gke/templates/container.yml | 2 +- examples/operations/basic-search-on-gke/templates/content.yml | 2 +- examples/operations/basic-search-on-gke/templates/services.xml | 2 +- .../monitoring/album-recommendation-monitoring/README.md | 2 +- .../album-recommendation-random-data/Dockerfile | 2 +- .../album-recommendation-random-data/README.md | 2 +- .../album-recommendation-random-data/pom.xml | 2 +- .../main/java/ai/vespa/examples/application/Application.java | 2 +- .../ai/vespa/examples/application/RandomAlbumGenerator.java | 2 +- .../java/ai/vespa/examples/application/VespaDataFeeder.java | 2 +- .../java/ai/vespa/examples/application/VespaQueryFeeder.java | 2 +- .../src/main/java/ai/vespa/examples/json/Album.java | 2 +- .../src/main/java/ai/vespa/examples/json/Category.java | 2 +- .../src/main/java/ai/vespa/examples/json/CategoryScores.java | 2 +- .../src/main/java/ai/vespa/examples/json/Cell.java | 2 +- .../src/main/java/ai/vespa/examples/json/Query.java | 2 +- .../src/main/java/ai/vespa/examples/json/TopLevelPut.java | 2 +- .../album-recommendation-monitoring/docker-compose.yml | 2 +- .../grafana/provisioning/dashboards/dashboard.yaml | 2 +- .../grafana/provisioning/datasources/prometheus-selfhosted.yaml | 2 +- .../prometheus/prometheus-cloud.yml | 2 +- .../prometheus/prometheus-selfhosted.yml | 2 +- .../vespa/VespaAlternateDockerfile | 2 +- .../vespa/vespa-alternate-start-container.sh | 2 +- .../vespa/wait-for-and-launch.py | 2 +- .../operations/monitoring/vespa-grafana-terraform/README.md | 2 +- examples/operations/multinode-HA/README.md | 2 +- examples/operations/multinode-HA/docker-compose.yaml | 2 +- examples/operations/multinode-HA/gke/README.md | 2 +- examples/operations/multinode-HA/gke/config/admin.yml | 2 +- examples/operations/multinode-HA/gke/config/configmap.yml | 2 +- examples/operations/multinode-HA/gke/config/configserver.yml | 2 +- examples/operations/multinode-HA/gke/config/content.yml | 2 +- examples/operations/multinode-HA/gke/config/feed-container.yml | 2 +- examples/operations/multinode-HA/gke/config/headless.yml | 2 +- examples/operations/multinode-HA/gke/config/query-container.yml | 2 +- examples/operations/multinode-HA/gke/config/service-feed.yml | 2 +- examples/operations/multinode-HA/gke/config/service-query.yml | 2 +- examples/operations/multinode-HA/gke/services.xml | 2 +- examples/operations/multinode-HA/hosts.xml | 2 +- examples/operations/multinode-HA/schemas/music.sd | 2 +- .../operations/multinode-HA/scripts/generate-cert-chains.sh | 2 +- .../multinode-HA/scripts/generate-client-cert-chain.sh | 2 +- .../multinode-HA/scripts/generate-vespa-cert-chain.sh | 2 +- examples/operations/multinode-HA/services.xml | 2 +- examples/operations/multinode-HA/services.xml.secure | 2 +- examples/operations/multinode/README.md | 2 +- examples/operations/multinode/hosts.xml | 2 +- examples/operations/multinode/schemas/music.sd | 2 +- examples/operations/multinode/services.xml | 2 +- examples/part-purchases-demo/README.md | 2 +- examples/part-purchases-demo/ext/parts.py | 2 +- examples/part-purchases-demo/schemas/purchase.sd | 2 +- examples/part-purchases-demo/services.xml | 2 +- examples/predicate-fields/README.md | 2 +- examples/predicate-fields/pom.xml | 2 +- examples/predicate-fields/src/main/application/schemas/user.sd | 2 +- examples/predicate-fields/src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/examples/SubqueriesSearcher.java | 2 +- examples/predicate-fields/src/test/application/services.xml | 2 +- .../src/test/java/ai/vespa/examples/MockBackend.java | 2 +- .../src/test/java/ai/vespa/examples/SubqueriesSearcherTest.java | 2 +- examples/vespa-chinese-linguistics/README.md | 2 +- feed-split.py | 2 +- feed_to_vespa.py | 2 +- incremental-search/README.md | 2 +- incremental-search/search-as-you-type/README.md | 2 +- incremental-search/search-as-you-type/_config.yml | 2 +- incremental-search/search-as-you-type/feed_to_vespa.py | 2 +- incremental-search/search-as-you-type/pom.xml | 2 +- .../search-as-you-type/src/main/application/schemas/doc.sd | 2 +- .../search-as-you-type/src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/example/typesearch/SiteHandler.java | 2 +- .../search-as-you-type/src/main/resources/site/index.html | 2 +- incremental-search/search-suggestions/README.md | 2 +- incremental-search/search-suggestions/pom.xml | 2 +- .../search-suggestions/src/main/application/services.xml | 2 +- .../main/java/ai/vespa/example/searchsuggest/SiteHandler.java | 2 +- .../search-suggestions/src/main/resources/site/index.html | 2 +- model-inference/README.md | 2 +- model-inference/pom.xml | 2 +- .../src/main/application/models/pytorch_pairwise_ranker.py | 2 +- .../src/main/application/models/pytorch_transformer.py | 2 +- model-inference/src/main/application/schemas/mydoc.sd | 2 +- model-inference/src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/example/MyDocumentProcessor.java | 2 +- model-inference/src/main/java/ai/vespa/example/MyHandler.java | 2 +- .../main/java/ai/vespa/example/MyPostProcessingSearcher.java | 2 +- model-inference/src/main/java/ai/vespa/example/MySearcher.java | 2 +- model-inference/src/main/java/ai/vespa/example/Util.java | 2 +- model-inference/src/test/java/ai/vespa/example/ModelsTest.java | 2 +- .../src/test/java/ai/vespa/example/MyDocumentProcessorTest.java | 2 +- .../src/test/java/ai/vespa/example/MyHandlerTest.java | 2 +- .../src/test/java/ai/vespa/example/MySearcherTest.java | 2 +- msmarco-ranking/README.md | 2 +- msmarco-ranking/colbert-performance-scaling-README.md | 2 +- msmarco-ranking/document-ranking-README.md | 2 +- msmarco-ranking/passage-ranking-README.md | 2 +- msmarco-ranking/src/main/application/schemas/doc.sd | 2 +- msmarco-ranking/src/main/application/schemas/passage.sd | 2 +- .../src/main/application/search/query-profiles/default.xml | 2 +- .../search/query-profiles/dense-colbert-container-rerank.xml | 2 +- .../application/search/query-profiles/dense-colbert-cross.xml | 2 +- .../main/application/search/query-profiles/dense-colbert.xml | 2 +- .../src/main/application/search/query-profiles/dense.xml | 2 +- .../src/main/application/search/query-profiles/sparse-bm25.xml | 2 +- .../main/application/search/query-profiles/sparse-colbert.xml | 2 +- msmarco-ranking/src/main/application/services.xml | 2 +- msmarco-ranking/src/main/bash/download_models.sh | 2 +- .../ai/vespa/examples/docproc/ColBERTDocumentProcessor.java | 2 +- .../java/ai/vespa/examples/searcher/QueryEmbeddingSearcher.java | 2 +- .../java/ai/vespa/examples/searcher/QueryEncodingSearcher.java | 2 +- .../main/java/ai/vespa/examples/searcher/ReRankingSearcher.java | 2 +- .../java/ai/vespa/examples/searcher/RetrievalModelSearcher.java | 2 +- .../src/main/java/ai/vespa/examples/searcher/TensorInput.java | 2 +- .../ai/vespa/examples/searcher/colbert/ColBERTSearcher.java | 2 +- msmarco-ranking/src/main/python/document-feed.py | 2 +- msmarco-ranking/src/main/python/dump_passage_dev_qrels.py | 2 +- msmarco-ranking/src/main/python/evaluate_document_run.py | 2 +- msmarco-ranking/src/main/python/evaluate_passage_run.py | 2 +- msmarco-ranking/src/main/python/model_export.py | 2 +- msmarco-ranking/src/main/python/model_quantizer.py | 2 +- msmarco-ranking/src/main/python/passage-feed.py | 2 +- msmarco-ranking/src/main/python/train.py | 2 +- .../src/main/resources/configdefinitions/colbert.def | 2 +- .../src/test/java/ai/vespa/examples/TokenizerFactory.java | 2 +- .../ai/vespa/examples/docproc/ColBERTDocumentProcessorTest.java | 2 +- .../ai/vespa/examples/docproc/DenseDocumentEmbedderTest.java | 2 +- .../ai/vespa/examples/searcher/QueryEmbeddingSearcherTest.java | 2 +- .../java/ai/vespa/examples/searcher/ReRankingSearcherTest.java | 2 +- .../java/ai/vespa/examples/searcher/RetrievalSearcherTest.java | 2 +- .../test/java/ai/vespa/examples/searcher/TensorInputTest.java | 2 +- .../ai/vespa/examples/searcher/colbert/ColbertSearcherTest.java | 2 +- multi-vector-indexing/README.md | 2 +- multi-vector-indexing/schemas/wiki.sd | 2 +- multi-vector-indexing/search/query-profiles/default.xml | 2 +- multi-vector-indexing/services.xml | 2 +- multilingual-search/README.md | 2 +- multilingual-search/ext/evaluate.py | 2 +- multilingual-search/schemas/doc.sd | 2 +- multilingual-search/search/query-profiles/default.xml | 2 +- multilingual-search/services.xml | 2 +- news/README.md | 2 +- news/app-1-getting-started/schemas/news.sd | 2 +- news/app-1-getting-started/services.xml | 2 +- news/app-2-feed-and-query/schemas/news.sd | 2 +- news/app-2-feed-and-query/services.xml | 2 +- news/app-3-searching/schemas/news.sd | 2 +- news/app-3-searching/services.xml | 2 +- news/app-5-recommendation/schemas/news.sd | 2 +- news/app-5-recommendation/schemas/user.sd | 2 +- news/app-5-recommendation/search/query-profiles/types/root.xml | 2 +- news/app-5-recommendation/services.xml | 2 +- news/app-6-recommendation-with-searchers/pom.xml | 2 +- .../src/main/application/schemas/news.sd | 2 +- .../src/main/application/schemas/user.sd | 2 +- .../src/main/application/search/query-profiles/types/root.xml | 2 +- .../src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/example/UserProfileSearcher.java | 2 +- news/app-7-parent-child/pom.xml | 2 +- .../src/main/application/schemas/category_ctr.sd | 2 +- news/app-7-parent-child/src/main/application/schemas/news.sd | 2 +- news/app-7-parent-child/src/main/application/schemas/user.sd | 2 +- .../src/main/application/search/query-profiles/types/root.xml | 2 +- news/app-7-parent-child/src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/example/UserProfileSearcher.java | 2 +- news/src/python/convert_embeddings_to_vespa_format.py | 2 +- news/src/python/convert_to_vespa_format.py | 2 +- news/src/python/create_bert_embeddings.py | 2 +- news/src/python/create_category_ctrs.py | 2 +- news/src/python/evaluate.py | 2 +- news/src/python/metrics.py | 2 +- news/src/python/mind_data.py | 2 +- news/src/python/train_cold_start.py | 2 +- news/src/python/train_mf.py | 2 +- news/src/python/user_search.py | 2 +- pom.xml | 2 +- semantic-qa-retrieval/README.md | 2 +- semantic-qa-retrieval/bin/convert-to-vespa-squad.py | 2 +- semantic-qa-retrieval/bin/evaluation.py | 2 +- semantic-qa-retrieval/src/main/application/schemas/sentence.sd | 2 +- .../src/main/application/search/query-profiles/default.xml | 2 +- semantic-qa-retrieval/src/main/application/services.xml | 2 +- simple-semantic-search/README.md | 2 +- simple-semantic-search/export_hf_model_from_hf.py | 2 +- simple-semantic-search/export_model_from_hf.py | 2 +- simple-semantic-search/schemas/doc.sd | 2 +- simple-semantic-search/services.xml | 2 +- test/README.md | 2 +- test/_test_config.yml | 2 +- test/pseudo_terminal.py | 2 +- test/test.py | 2 +- text-image-search/README.md | 2 +- text-image-search/pom.xml | 2 +- text-image-search/src/main/application/schemas/image_search.sd | 2 +- text-image-search/src/main/application/services.xml | 2 +- .../src/main/java/ai/vespa/example/BPETokenizer.java | 2 +- .../src/main/java/ai/vespa/example/TextEmbeddingSearcher.java | 2 +- text-image-search/src/main/java/ai/vespa/example/Util.java | 2 +- .../src/main/resources/configdefinitions/bpe-tokenizer.def | 2 +- text-image-search/src/python/README.md | 2 +- .../src/test/java/ai/vespa/example/ModelsTest.java | 2 +- .../test/java/ai/vespa/example/TextEmbeddingSearcherTest.java | 2 +- text-search/README.md | 2 +- text-search/src/main/application/schemas/msmarco.sd | 2 +- text-search/src/main/application/services.xml | 2 +- .../java/ai/vespa/example/text_search/site/SiteHandler.java | 2 +- .../ai/vespa/example/text_search/site/data/SearchResults.java | 2 +- .../vespa/example/text_search/site/data/SimpleHttpClient.java | 2 +- .../vespa/example/text_search/site/data/SimpleQueryBuilder.java | 2 +- .../ai/vespa/example/text_search/site/view/HomeRenderer.java | 2 +- .../ai/vespa/example/text_search/site/view/SearchRenderer.java | 2 +- .../vespa/example/text_search/site/view/SimpleHtmlBuilder.java | 2 +- .../ai/vespa/example/text_search/site/view/SimpleTemplate.java | 2 +- text-search/src/main/resources/templates/header.html.template | 2 +- .../vespa/example/text_search/site/SimpleHtmlBuilderTest.java | 2 +- .../ai/vespa/example/text_search/site/SimpleTemplateTest.java | 2 +- transformers/README.md | 2 +- transformers/application/schemas/msmarco.sd | 2 +- transformers/application/services.xml | 2 +- use-case-shopping/README.md | 2 +- use-case-shopping/convert_meta.py | 2 +- use-case-shopping/convert_reviews.py | 2 +- use-case-shopping/create_suggestions.py | 2 +- use-case-shopping/src/main/application/schemas/item.sd | 2 +- use-case-shopping/src/main/application/schemas/query.sd | 2 +- use-case-shopping/src/main/application/schemas/review.sd | 2 +- use-case-shopping/src/main/application/services.xml | 2 +- use-case-shopping/src/main/bash/download_models.sh | 2 +- .../main/java/ai/vespa/example/shopping/ReviewProcessor.java | 2 +- .../main/java/ai/vespa/example/shopping/SuggestionSearcher.java | 2 +- .../main/java/ai/vespa/example/shopping/site/SiteHandler.java | 2 +- .../java/ai/vespa/example/shopping/site/data/Categories.java | 2 +- .../src/main/java/ai/vespa/example/shopping/site/data/Item.java | 2 +- .../main/java/ai/vespa/example/shopping/site/data/Promoted.java | 2 +- .../java/ai/vespa/example/shopping/site/data/ReviewVote.java | 2 +- .../main/java/ai/vespa/example/shopping/site/data/Reviews.java | 2 +- .../java/ai/vespa/example/shopping/site/data/SearchResults.java | 2 +- .../ai/vespa/example/shopping/site/data/SimpleHttpClient.java | 2 +- .../ai/vespa/example/shopping/site/data/SimpleQueryBuilder.java | 2 +- .../java/ai/vespa/example/shopping/site/view/HomeRenderer.java | 2 +- .../java/ai/vespa/example/shopping/site/view/ItemRenderer.java | 2 +- .../ai/vespa/example/shopping/site/view/ReviewRenderer.java | 2 +- .../ai/vespa/example/shopping/site/view/SearchRenderer.java | 2 +- .../ai/vespa/example/shopping/site/view/SimpleHtmlBuilder.java | 2 +- .../ai/vespa/example/shopping/site/view/SimpleTemplate.java | 2 +- .../src/main/resources/templates/header.html.template | 2 +- .../ai/vespa/example/shopping/site/SimpleHtmlBuilderTest.java | 2 +- .../ai/vespa/example/shopping/site/SimpleQueryBuilderTest.java | 2 +- .../java/ai/vespa/example/shopping/site/SimpleTemplateTest.java | 2 +- vector-streaming-search/README.md | 2 +- vector-streaming-search/schemas/mail.sd | 2 +- vector-streaming-search/services.xml | 2 +- 442 files changed, 442 insertions(+), 442 deletions(-) diff --git a/Gemfile b/Gemfile index 1586766e1..1f4721d4b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. source "https://rubygems.org" ruby '>=2.6' diff --git a/README.md b/README.md index f805fe598..2de75f974 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/_paragraphs_config.yml b/_paragraphs_config.yml index 3c4b9d06f..090b72c5d 100644 --- a/_paragraphs_config.yml +++ b/_paragraphs_config.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search: namespace: "vespaapps-p" diff --git a/_plugins-linkcheck/vespa_xml_links_generator.rb b/_plugins-linkcheck/vespa_xml_links_generator.rb index e1d9751cb..0081a8fee 100644 --- a/_plugins-linkcheck/vespa_xml_links_generator.rb +++ b/_plugins-linkcheck/vespa_xml_links_generator.rb @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. require 'nokogiri' diff --git a/_plugins-vespafeed/vespa_index_generator.rb b/_plugins-vespafeed/vespa_index_generator.rb index bc991f917..4f3afd504 100644 --- a/_plugins-vespafeed/vespa_index_generator.rb +++ b/_plugins-vespafeed/vespa_index_generator.rb @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. require 'json' require 'nokogiri' diff --git a/_suggestions_config.yml b/_suggestions_config.yml index 8f90b0956..53cb07500 100644 --- a/_suggestions_config.yml +++ b/_suggestions_config.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search: namespace: "vespaapps-p" diff --git a/album-recommendation-java/README.md b/album-recommendation-java/README.md index b52a1a029..202de8ef3 100644 --- a/album-recommendation-java/README.md +++ b/album-recommendation-java/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/album-recommendation-java/pom.xml b/album-recommendation-java/pom.xml index 85ea803ad..7cc5a7e33 100644 --- a/album-recommendation-java/pom.xml +++ b/album-recommendation-java/pom.xml @@ -1,5 +1,5 @@ - + - + diff --git a/album-recommendation-java/src/main/java/ai/vespa/example/album/EquivSearcher.java b/album-recommendation-java/src/main/java/ai/vespa/example/album/EquivSearcher.java index a27ea6f40..224fd6611 100644 --- a/album-recommendation-java/src/main/java/ai/vespa/example/album/EquivSearcher.java +++ b/album-recommendation-java/src/main/java/ai/vespa/example/album/EquivSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.yahoo.prelude.query.CompositeItem; diff --git a/album-recommendation-java/src/main/java/ai/vespa/example/album/MetalSearcher.java b/album-recommendation-java/src/main/java/ai/vespa/example/album/MetalSearcher.java index 49aeb0ca4..b5463dc5b 100644 --- a/album-recommendation-java/src/main/java/ai/vespa/example/album/MetalSearcher.java +++ b/album-recommendation-java/src/main/java/ai/vespa/example/album/MetalSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.google.inject.Inject; diff --git a/album-recommendation-java/src/main/java/ai/vespa/example/album/SetFilterSearcher.java b/album-recommendation-java/src/main/java/ai/vespa/example/album/SetFilterSearcher.java index 054b83232..68678b848 100644 --- a/album-recommendation-java/src/main/java/ai/vespa/example/album/SetFilterSearcher.java +++ b/album-recommendation-java/src/main/java/ai/vespa/example/album/SetFilterSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.yahoo.component.chain.dependencies.After; diff --git a/album-recommendation-java/src/test/java/ai/vespa/example/album/ApplicationMain.java b/album-recommendation-java/src/test/java/ai/vespa/example/album/ApplicationMain.java index 60d415f6f..2b4ffa392 100644 --- a/album-recommendation-java/src/test/java/ai/vespa/example/album/ApplicationMain.java +++ b/album-recommendation-java/src/test/java/ai/vespa/example/album/ApplicationMain.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.yahoo.application.Application; diff --git a/album-recommendation-java/src/test/java/ai/vespa/example/album/EquivSearcherTest.java b/album-recommendation-java/src/test/java/ai/vespa/example/album/EquivSearcherTest.java index 609a71513..a83880055 100644 --- a/album-recommendation-java/src/test/java/ai/vespa/example/album/EquivSearcherTest.java +++ b/album-recommendation-java/src/test/java/ai/vespa/example/album/EquivSearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.yahoo.component.chain.Chain; diff --git a/album-recommendation-java/src/test/java/ai/vespa/example/album/MetalSearcherTest.java b/album-recommendation-java/src/test/java/ai/vespa/example/album/MetalSearcherTest.java index f3169f331..6b69bf378 100644 --- a/album-recommendation-java/src/test/java/ai/vespa/example/album/MetalSearcherTest.java +++ b/album-recommendation-java/src/test/java/ai/vespa/example/album/MetalSearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.yahoo.application.Application; diff --git a/album-recommendation-java/src/test/java/ai/vespa/example/album/SetFilterSearcherTest.java b/album-recommendation-java/src/test/java/ai/vespa/example/album/SetFilterSearcherTest.java index bf593193a..fc5227b77 100644 --- a/album-recommendation-java/src/test/java/ai/vespa/example/album/SetFilterSearcherTest.java +++ b/album-recommendation-java/src/test/java/ai/vespa/example/album/SetFilterSearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.yahoo.component.chain.Chain; diff --git a/album-recommendation/README.md b/album-recommendation/README.md index 093189d73..c5b9e7591 100644 --- a/album-recommendation/README.md +++ b/album-recommendation/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/album-recommendation/schemas/music.sd b/album-recommendation/schemas/music.sd index fdca5fcfb..07e51ccc8 100644 --- a/album-recommendation/schemas/music.sd +++ b/album-recommendation/schemas/music.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # A description of a type of data, how to store and index it, and what to compute over the data elements # diff --git a/album-recommendation/services.xml b/album-recommendation/services.xml index 3ee596f8f..4165d5de6 100644 --- a/album-recommendation/services.xml +++ b/album-recommendation/services.xml @@ -1,5 +1,5 @@ - + + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/billion-scale-image-search/pom.xml b/billion-scale-image-search/pom.xml index fb352efc0..0e6d46cd5 100644 --- a/billion-scale-image-search/pom.xml +++ b/billion-scale-image-search/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/billion-scale-image-search/src/main/application/schemas/centroid.sd b/billion-scale-image-search/src/main/application/schemas/centroid.sd index ce6636459..ff7f4b779 100644 --- a/billion-scale-image-search/src/main/application/schemas/centroid.sd +++ b/billion-scale-image-search/src/main/application/schemas/centroid.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema centroid { document centroid { diff --git a/billion-scale-image-search/src/main/application/schemas/image.sd b/billion-scale-image-search/src/main/application/schemas/image.sd index e52afa0e6..ea82dfe37 100644 --- a/billion-scale-image-search/src/main/application/schemas/image.sd +++ b/billion-scale-image-search/src/main/application/schemas/image.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema image { document image { diff --git a/billion-scale-image-search/src/main/application/search/query-profiles/default.xml b/billion-scale-image-search/src/main/application/search/query-profiles/default.xml index c99ed05e4..fec60f7d5 100644 --- a/billion-scale-image-search/src/main/application/search/query-profiles/default.xml +++ b/billion-scale-image-search/src/main/application/search/query-profiles/default.xml @@ -1,4 +1,4 @@ - + true short diff --git a/billion-scale-image-search/src/main/bash/download_models.sh b/billion-scale-image-search/src/main/bash/download_models.sh index fdfc4cec9..6f5b1a854 100755 --- a/billion-scale-image-search/src/main/bash/download_models.sh +++ b/billion-scale-image-search/src/main/bash/download_models.sh @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #!/bin/bash DIR="$1" diff --git a/billion-scale-image-search/src/main/java/ai/vespa/examples/BPETokenizer.java b/billion-scale-image-search/src/main/java/ai/vespa/examples/BPETokenizer.java index ae6336121..9e5ca2392 100644 --- a/billion-scale-image-search/src/main/java/ai/vespa/examples/BPETokenizer.java +++ b/billion-scale-image-search/src/main/java/ai/vespa/examples/BPETokenizer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.component.AbstractComponent; diff --git a/billion-scale-image-search/src/main/java/ai/vespa/examples/Centroids.java b/billion-scale-image-search/src/main/java/ai/vespa/examples/Centroids.java index aa62462e6..cbce36df2 100644 --- a/billion-scale-image-search/src/main/java/ai/vespa/examples/Centroids.java +++ b/billion-scale-image-search/src/main/java/ai/vespa/examples/Centroids.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.component.AbstractComponent; diff --git a/billion-scale-image-search/src/main/java/ai/vespa/examples/DimensionReducer.java b/billion-scale-image-search/src/main/java/ai/vespa/examples/DimensionReducer.java index 06f281145..a54f30b80 100644 --- a/billion-scale-image-search/src/main/java/ai/vespa/examples/DimensionReducer.java +++ b/billion-scale-image-search/src/main/java/ai/vespa/examples/DimensionReducer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import ai.vespa.models.evaluation.ModelsEvaluator; diff --git a/billion-scale-image-search/src/main/java/ai/vespa/examples/TensorUtils.java b/billion-scale-image-search/src/main/java/ai/vespa/examples/TensorUtils.java index 4e8ac6542..fb774ea69 100644 --- a/billion-scale-image-search/src/main/java/ai/vespa/examples/TensorUtils.java +++ b/billion-scale-image-search/src/main/java/ai/vespa/examples/TensorUtils.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.searchlib.rankingexpression.RankingExpression; import com.yahoo.searchlib.rankingexpression.evaluation.MapContext; diff --git a/billion-scale-image-search/src/main/java/ai/vespa/examples/docproc/AssignCentroidsDocProc.java b/billion-scale-image-search/src/main/java/ai/vespa/examples/docproc/AssignCentroidsDocProc.java index 23256877f..e63604c97 100644 --- a/billion-scale-image-search/src/main/java/ai/vespa/examples/docproc/AssignCentroidsDocProc.java +++ b/billion-scale-image-search/src/main/java/ai/vespa/examples/docproc/AssignCentroidsDocProc.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.docproc; import ai.vespa.examples.Centroids; diff --git a/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/CLIPEmbeddingSearcher.java b/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/CLIPEmbeddingSearcher.java index 3fa63043e..88ca9e4b8 100644 --- a/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/CLIPEmbeddingSearcher.java +++ b/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/CLIPEmbeddingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; diff --git a/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/DeDupingSearcher.java b/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/DeDupingSearcher.java index f462e2a20..698036794 100644 --- a/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/DeDupingSearcher.java +++ b/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/DeDupingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.models.evaluation.FunctionEvaluator; diff --git a/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/RankingSearcher.java b/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/RankingSearcher.java index 011c3e848..f0aead2ea 100644 --- a/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/RankingSearcher.java +++ b/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/RankingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.models.evaluation.FunctionEvaluator; diff --git a/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/SPANNSearcher.java b/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/SPANNSearcher.java index bc5738056..3f0b92bcb 100644 --- a/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/SPANNSearcher.java +++ b/billion-scale-image-search/src/main/java/ai/vespa/examples/searcher/SPANNSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.examples.Centroids; diff --git a/billion-scale-image-search/src/main/python/clip_export.py b/billion-scale-image-search/src/main/python/clip_export.py index 19bd6435d..3e7ecb032 100755 --- a/billion-scale-image-search/src/main/python/clip_export.py +++ b/billion-scale-image-search/src/main/python/clip_export.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 import os diff --git a/billion-scale-image-search/src/main/python/create-centroid-feed.py b/billion-scale-image-search/src/main/python/create-centroid-feed.py index 7e6435d2e..f78fe192a 100644 --- a/billion-scale-image-search/src/main/python/create-centroid-feed.py +++ b/billion-scale-image-search/src/main/python/create-centroid-feed.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 import pandas as pd diff --git a/billion-scale-image-search/src/main/python/create-joined-feed.py b/billion-scale-image-search/src/main/python/create-joined-feed.py index ddab4d605..255a3a926 100644 --- a/billion-scale-image-search/src/main/python/create-joined-feed.py +++ b/billion-scale-image-search/src/main/python/create-joined-feed.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 import pandas as pd diff --git a/billion-scale-image-search/src/main/python/create-partial-update-feed.py b/billion-scale-image-search/src/main/python/create-partial-update-feed.py index 1f307e42b..88d98594f 100644 --- a/billion-scale-image-search/src/main/python/create-partial-update-feed.py +++ b/billion-scale-image-search/src/main/python/create-partial-update-feed.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 from datasets import load_dataset import json diff --git a/billion-scale-image-search/src/main/python/pca_train.py b/billion-scale-image-search/src/main/python/pca_train.py index 8a4d4d0d9..c40c775c9 100644 --- a/billion-scale-image-search/src/main/python/pca_train.py +++ b/billion-scale-image-search/src/main/python/pca_train.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 from sklearn.decomposition import IncrementalPCA diff --git a/billion-scale-image-search/src/main/python/pca_transformer_export.py b/billion-scale-image-search/src/main/python/pca_transformer_export.py index 42da40f19..af3aa7af8 100644 --- a/billion-scale-image-search/src/main/python/pca_transformer_export.py +++ b/billion-scale-image-search/src/main/python/pca_transformer_export.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 import numpy as np diff --git a/billion-scale-image-search/src/main/python/quantize.py b/billion-scale-image-search/src/main/python/quantize.py index f54f2527d..190be42eb 100644 --- a/billion-scale-image-search/src/main/python/quantize.py +++ b/billion-scale-image-search/src/main/python/quantize.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 import transformers.convert_graph_to_onnx as onnx_convert import sys diff --git a/billion-scale-image-search/src/main/python/ranker_export.py b/billion-scale-image-search/src/main/python/ranker_export.py index 366a91a2a..76af7745f 100644 --- a/billion-scale-image-search/src/main/python/ranker_export.py +++ b/billion-scale-image-search/src/main/python/ranker_export.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 import torch diff --git a/billion-scale-image-search/src/main/python/similarity_export.py b/billion-scale-image-search/src/main/python/similarity_export.py index 3aad2b4e5..34af45e51 100644 --- a/billion-scale-image-search/src/main/python/similarity_export.py +++ b/billion-scale-image-search/src/main/python/similarity_export.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 import torch diff --git a/billion-scale-image-search/src/main/resources/configdefinitions/bpe-tokenizer.def b/billion-scale-image-search/src/main/resources/configdefinitions/bpe-tokenizer.def index c619c87eb..22038c30d 100644 --- a/billion-scale-image-search/src/main/resources/configdefinitions/bpe-tokenizer.def +++ b/billion-scale-image-search/src/main/resources/configdefinitions/bpe-tokenizer.def @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package=ai.vespa.examples diff --git a/billion-scale-image-search/src/test/java/ai/vespa/examples/DimensionReducerTest.java b/billion-scale-image-search/src/test/java/ai/vespa/examples/DimensionReducerTest.java index e4d2bcb1f..2b6fc8a55 100644 --- a/billion-scale-image-search/src/test/java/ai/vespa/examples/DimensionReducerTest.java +++ b/billion-scale-image-search/src/test/java/ai/vespa/examples/DimensionReducerTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import ai.vespa.models.evaluation.ModelsEvaluator; diff --git a/billion-scale-image-search/src/test/java/ai/vespa/examples/Utils.java b/billion-scale-image-search/src/test/java/ai/vespa/examples/Utils.java index fb6f9bc39..d52458136 100644 --- a/billion-scale-image-search/src/test/java/ai/vespa/examples/Utils.java +++ b/billion-scale-image-search/src/test/java/ai/vespa/examples/Utils.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.search.Query; diff --git a/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestClipEmbeddingSearcher.java b/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestClipEmbeddingSearcher.java index c06564140..ed1d96a68 100644 --- a/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestClipEmbeddingSearcher.java +++ b/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestClipEmbeddingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.examples.BPETokenizer; diff --git a/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestDedupingSearcher.java b/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestDedupingSearcher.java index be271f1c7..7bfae5976 100644 --- a/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestDedupingSearcher.java +++ b/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestDedupingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.examples.Utils; diff --git a/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestRankingSearcher.java b/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestRankingSearcher.java index 912cca5f7..d8773c18e 100644 --- a/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestRankingSearcher.java +++ b/billion-scale-image-search/src/test/java/ai/vespa/examples/searcher/TestRankingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.examples.BPETokenizer; diff --git a/billion-scale-vector-search/README.md b/billion-scale-vector-search/README.md index e671d44cf..5f07859eb 100644 --- a/billion-scale-vector-search/README.md +++ b/billion-scale-vector-search/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/billion-scale-vector-search/pom.xml b/billion-scale-vector-search/pom.xml index 377deed93..4c86f14f5 100644 --- a/billion-scale-vector-search/pom.xml +++ b/billion-scale-vector-search/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/billion-scale-vector-search/src/main/application/cloud-services.xml b/billion-scale-vector-search/src/main/application/cloud-services.xml index c4ed1209a..5ca10ff3e 100644 --- a/billion-scale-vector-search/src/main/application/cloud-services.xml +++ b/billion-scale-vector-search/src/main/application/cloud-services.xml @@ -1,5 +1,5 @@ - + diff --git a/billion-scale-vector-search/src/main/application/schemas/vector.sd b/billion-scale-vector-search/src/main/application/schemas/vector.sd index 60c66cbb7..a2cf5187d 100644 --- a/billion-scale-vector-search/src/main/application/schemas/vector.sd +++ b/billion-scale-vector-search/src/main/application/schemas/vector.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema vector { document vector { diff --git a/billion-scale-vector-search/src/main/application/search/query-profiles/default.xml b/billion-scale-vector-search/src/main/application/search/query-profiles/default.xml index 9d1ab4b0b..461f7e5c8 100644 --- a/billion-scale-vector-search/src/main/application/search/query-profiles/default.xml +++ b/billion-scale-vector-search/src/main/application/search/query-profiles/default.xml @@ -1,4 +1,4 @@ - + true short diff --git a/billion-scale-vector-search/src/main/application/services.xml b/billion-scale-vector-search/src/main/application/services.xml index 5fbea40da..7d9962502 100644 --- a/billion-scale-vector-search/src/main/application/services.xml +++ b/billion-scale-vector-search/src/main/application/services.xml @@ -1,6 +1,6 @@ - + diff --git a/billion-scale-vector-search/src/main/java/ai/vespa/examples/ClusteringComponent.java b/billion-scale-vector-search/src/main/java/ai/vespa/examples/ClusteringComponent.java index aa2f729f4..f4c7ab657 100644 --- a/billion-scale-vector-search/src/main/java/ai/vespa/examples/ClusteringComponent.java +++ b/billion-scale-vector-search/src/main/java/ai/vespa/examples/ClusteringComponent.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.component.AbstractComponent; diff --git a/billion-scale-vector-search/src/main/java/ai/vespa/examples/docproc/AssignNeighborsDocProc.java b/billion-scale-vector-search/src/main/java/ai/vespa/examples/docproc/AssignNeighborsDocProc.java index 97234948b..496b156a6 100644 --- a/billion-scale-vector-search/src/main/java/ai/vespa/examples/docproc/AssignNeighborsDocProc.java +++ b/billion-scale-vector-search/src/main/java/ai/vespa/examples/docproc/AssignNeighborsDocProc.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.docproc; import ai.vespa.examples.ClusteringComponent; diff --git a/billion-scale-vector-search/src/main/java/ai/vespa/examples/searcher/SPANNSearcher.java b/billion-scale-vector-search/src/main/java/ai/vespa/examples/searcher/SPANNSearcher.java index 78d811b6c..7cafa17f6 100644 --- a/billion-scale-vector-search/src/main/java/ai/vespa/examples/searcher/SPANNSearcher.java +++ b/billion-scale-vector-search/src/main/java/ai/vespa/examples/searcher/SPANNSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.examples.ClusteringComponent; diff --git a/billion-scale-vector-search/src/main/python/create-vespa-feed.py b/billion-scale-vector-search/src/main/python/create-vespa-feed.py index 98e0b0ba4..adf601aa1 100644 --- a/billion-scale-vector-search/src/main/python/create-vespa-feed.py +++ b/billion-scale-vector-search/src/main/python/create-vespa-feed.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import struct import numpy as np import sys diff --git a/billion-scale-vector-search/src/main/python/recall.py b/billion-scale-vector-search/src/main/python/recall.py index 81938ca75..21114e414 100644 --- a/billion-scale-vector-search/src/main/python/recall.py +++ b/billion-scale-vector-search/src/main/python/recall.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import struct import numpy as np import json diff --git a/commerce-product-ranking/README.md b/commerce-product-ranking/README.md index 0ac314de2..56e485301 100644 --- a/commerce-product-ranking/README.md +++ b/commerce-product-ranking/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/commerce-product-ranking/application/deployment.xml b/commerce-product-ranking/application/deployment.xml index c6b4636f5..1e2dae19c 100644 --- a/commerce-product-ranking/application/deployment.xml +++ b/commerce-product-ranking/application/deployment.xml @@ -1,4 +1,4 @@ - + aws-us-east-1c diff --git a/commerce-product-ranking/application/schemas/product.sd b/commerce-product-ranking/application/schemas/product.sd index 252e6e8a5..aa2ed48c8 100644 --- a/commerce-product-ranking/application/schemas/product.sd +++ b/commerce-product-ranking/application/schemas/product.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema product { diff --git a/commerce-product-ranking/application/search/query-profiles/default.xml b/commerce-product-ranking/application/search/query-profiles/default.xml index 3cf85fd32..2a15c25fc 100644 --- a/commerce-product-ranking/application/search/query-profiles/default.xml +++ b/commerce-product-ranking/application/search/query-profiles/default.xml @@ -1,4 +1,4 @@ - + + diff --git a/commerce-product-ranking/scripts/evaluate.py b/commerce-product-ranking/scripts/evaluate.py index 4b16eb566..2a2c9db6b 100644 --- a/commerce-product-ranking/scripts/evaluate.py +++ b/commerce-product-ranking/scripts/evaluate.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import numpy as np import json import os diff --git a/commerce-product-ranking/scripts/export-bi-encoder.py b/commerce-product-ranking/scripts/export-bi-encoder.py index 8c3a5679d..8bd81d4fc 100644 --- a/commerce-product-ranking/scripts/export-bi-encoder.py +++ b/commerce-product-ranking/scripts/export-bi-encoder.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. from transformers import AutoTokenizer, AutoModelForSequenceClassification, AutoModel import transformers.convert_graph_to_onnx as onnx_convert diff --git a/commerce-product-ranking/scripts/export-cross-encoder.py b/commerce-product-ranking/scripts/export-cross-encoder.py index 11568852c..faffbd460 100644 --- a/commerce-product-ranking/scripts/export-cross-encoder.py +++ b/commerce-product-ranking/scripts/export-cross-encoder.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. from transformers import AutoTokenizer, AutoModelForSequenceClassification import transformers.convert_graph_to_onnx as onnx_convert import transformers diff --git a/custom-embeddings/README.md b/custom-embeddings/README.md index 5ba1a7228..9d6470364 100644 --- a/custom-embeddings/README.md +++ b/custom-embeddings/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/custom-embeddings/create-weights.py b/custom-embeddings/create-weights.py index 4b3858610..7944b8e4e 100644 --- a/custom-embeddings/create-weights.py +++ b/custom-embeddings/create-weights.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 import json diff --git a/custom-embeddings/model.py b/custom-embeddings/model.py index d9538b709..c7f14eca0 100644 --- a/custom-embeddings/model.py +++ b/custom-embeddings/model.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #! /usr/bin/env python3 import torch.nn as nn diff --git a/custom-embeddings/schemas/doc.sd b/custom-embeddings/schemas/doc.sd index 8e75a5cae..fbfc9e59a 100644 --- a/custom-embeddings/schemas/doc.sd +++ b/custom-embeddings/schemas/doc.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema doc { diff --git a/custom-embeddings/search/query-profiles/default.xml b/custom-embeddings/search/query-profiles/default.xml index c6277326c..b87e31a44 100644 --- a/custom-embeddings/search/query-profiles/default.xml +++ b/custom-embeddings/search/query-profiles/default.xml @@ -1,5 +1,5 @@ - + short-value diff --git a/custom-embeddings/services.xml b/custom-embeddings/services.xml index 1c63c576c..c9008e2b4 100644 --- a/custom-embeddings/services.xml +++ b/custom-embeddings/services.xml @@ -1,5 +1,5 @@ - + diff --git a/dense-passage-retrieval-with-ann/README.md b/dense-passage-retrieval-with-ann/README.md index 4be468581..a7e2b81cf 100644 --- a/dense-passage-retrieval-with-ann/README.md +++ b/dense-passage-retrieval-with-ann/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/dense-passage-retrieval-with-ann/bin/evaluate_em.py b/dense-passage-retrieval-with-ann/bin/evaluate_em.py index f9099d451..16c7e3039 100644 --- a/dense-passage-retrieval-with-ann/bin/evaluate_em.py +++ b/dense-passage-retrieval-with-ann/bin/evaluate_em.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import json import requests diff --git a/dense-passage-retrieval-with-ann/bin/export-query-model.py b/dense-passage-retrieval-with-ann/bin/export-query-model.py index 5c2dbbf08..af5e6dc92 100644 --- a/dense-passage-retrieval-with-ann/bin/export-query-model.py +++ b/dense-passage-retrieval-with-ann/bin/export-query-model.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import os import sys diff --git a/dense-passage-retrieval-with-ann/bin/export-reader-model.py b/dense-passage-retrieval-with-ann/bin/export-reader-model.py index 8c8522a54..201d1a76f 100644 --- a/dense-passage-retrieval-with-ann/bin/export-reader-model.py +++ b/dense-passage-retrieval-with-ann/bin/export-reader-model.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import os import sys diff --git a/dense-passage-retrieval-with-ann/bin/make-vespa-feed.py b/dense-passage-retrieval-with-ann/bin/make-vespa-feed.py index d0d4864d8..3e7f2da2d 100644 --- a/dense-passage-retrieval-with-ann/bin/make-vespa-feed.py +++ b/dense-passage-retrieval-with-ann/bin/make-vespa-feed.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import csv import sys diff --git a/dense-passage-retrieval-with-ann/src/main/application/schemas/wiki.sd b/dense-passage-retrieval-with-ann/src/main/application/schemas/wiki.sd index df0d66b85..17cbfce12 100644 --- a/dense-passage-retrieval-with-ann/src/main/application/schemas/wiki.sd +++ b/dense-passage-retrieval-with-ann/src/main/application/schemas/wiki.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema wiki { diff --git a/dense-passage-retrieval-with-ann/src/main/application/services.xml b/dense-passage-retrieval-with-ann/src/main/application/services.xml index 5bf997fbf..8133f47c7 100644 --- a/dense-passage-retrieval-with-ann/src/main/application/services.xml +++ b/dense-passage-retrieval-with-ann/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/QuestionAnswering.java b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/QuestionAnswering.java index ade4d3325..17d762a0d 100644 --- a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/QuestionAnswering.java +++ b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/QuestionAnswering.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; diff --git a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/frontend/FrontendHandler.java b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/frontend/FrontendHandler.java index 7636ccfd6..66c94e7ae 100644 --- a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/frontend/FrontendHandler.java +++ b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/frontend/FrontendHandler.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.frontend; diff --git a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/processor/QADocumentProcessor.java b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/processor/QADocumentProcessor.java index eddc46090..63bba6811 100644 --- a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/processor/QADocumentProcessor.java +++ b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/processor/QADocumentProcessor.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.processor; diff --git a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/searcher/QASearcher.java b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/searcher/QASearcher.java index fac45ba20..cf5733f74 100644 --- a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/searcher/QASearcher.java +++ b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/searcher/QASearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; diff --git a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/searcher/RetrieveModelSearcher.java b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/searcher/RetrieveModelSearcher.java index 56daf7e58..1a1e89c97 100644 --- a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/searcher/RetrieveModelSearcher.java +++ b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/searcher/RetrieveModelSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; diff --git a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/tokenizer/BertTokenizer.java b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/tokenizer/BertTokenizer.java index 258f7e91a..ec97b8cae 100644 --- a/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/tokenizer/BertTokenizer.java +++ b/dense-passage-retrieval-with-ann/src/main/java/ai/vespa/examples/tokenizer/BertTokenizer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.tokenizer; import com.google.inject.Inject; diff --git a/dense-passage-retrieval-with-ann/src/main/resources/configdefinitions/bert-model.def b/dense-passage-retrieval-with-ann/src/main/resources/configdefinitions/bert-model.def index 77934dda5..6a67e4a00 100644 --- a/dense-passage-retrieval-with-ann/src/main/resources/configdefinitions/bert-model.def +++ b/dense-passage-retrieval-with-ann/src/main/resources/configdefinitions/bert-model.def @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package=ai.vespa.examples.tokenizer diff --git a/dense-passage-retrieval-with-ann/src/main/resources/frontend/css/frontend.css b/dense-passage-retrieval-with-ann/src/main/resources/frontend/css/frontend.css index 1acf1e069..d6af7d7d3 100644 --- a/dense-passage-retrieval-with-ann/src/main/resources/frontend/css/frontend.css +++ b/dense-passage-retrieval-with-ann/src/main/resources/frontend/css/frontend.css @@ -1,4 +1,4 @@ -/* Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.*/ +/* Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.*/ html, body, input { font: 12pt "Avenir Next", "Arial"; diff --git a/dense-passage-retrieval-with-ann/src/main/resources/frontend/index.html b/dense-passage-retrieval-with-ann/src/main/resources/frontend/index.html index 0f05d1fad..a21d61ce8 100644 --- a/dense-passage-retrieval-with-ann/src/main/resources/frontend/index.html +++ b/dense-passage-retrieval-with-ann/src/main/resources/frontend/index.html @@ -1,5 +1,5 @@ - + diff --git a/dense-passage-retrieval-with-ann/src/main/resources/frontend/js/frontend.js b/dense-passage-retrieval-with-ann/src/main/resources/frontend/js/frontend.js index 16925d940..6c66681c7 100644 --- a/dense-passage-retrieval-with-ann/src/main/resources/frontend/js/frontend.js +++ b/dense-passage-retrieval-with-ann/src/main/resources/frontend/js/frontend.js @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. function main() { const input = document.getElementById("input"); diff --git a/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/QuestionAnsweringTest.java b/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/QuestionAnsweringTest.java index aa1fe2975..86526795f 100644 --- a/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/QuestionAnsweringTest.java +++ b/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/QuestionAnsweringTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; diff --git a/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/processor/QADocumentProcessorTest.java b/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/processor/QADocumentProcessorTest.java index 97ddedc36..a53d1b5ee 100644 --- a/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/processor/QADocumentProcessorTest.java +++ b/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/processor/QADocumentProcessorTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.processor; import ai.vespa.examples.processor.QADocumentProcessor; diff --git a/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/searcher/QASearcherTest.java b/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/searcher/QASearcherTest.java index 8dab52b86..5dc36eef3 100644 --- a/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/searcher/QASearcherTest.java +++ b/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/searcher/QASearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; diff --git a/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/tokenizer/BertTokenizerTest.java b/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/tokenizer/BertTokenizerTest.java index 59b16a457..ef8fdf56f 100644 --- a/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/tokenizer/BertTokenizerTest.java +++ b/dense-passage-retrieval-with-ann/src/test/java/ai/vespa/examples/tokenizer/BertTokenizerTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.tokenizer; diff --git a/examples/README.md b/examples/README.md index 6a4048333..1ab4e14b9 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/aws/lambda/README.md b/examples/aws/lambda/README.md index 7549ec73f..99ac2fe36 100644 --- a/examples/aws/lambda/README.md +++ b/examples/aws/lambda/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/aws/lambda/hello_function.py b/examples/aws/lambda/hello_function.py index 77d6e0ae2..da6f1e47e 100644 --- a/examples/aws/lambda/hello_function.py +++ b/examples/aws/lambda/hello_function.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import json diff --git a/examples/document-processing/README.md b/examples/document-processing/README.md index bbda37638..a838500b7 100644 --- a/examples/document-processing/README.md +++ b/examples/document-processing/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/document-processing/pom.xml b/examples/document-processing/pom.xml index dcb5f4ec9..e095c5592 100644 --- a/examples/document-processing/pom.xml +++ b/examples/document-processing/pom.xml @@ -1,5 +1,5 @@ - + - + node1 diff --git a/examples/document-processing/src/main/application/schemas/lyrics.sd b/examples/document-processing/src/main/application/schemas/lyrics.sd index 4328fc942..f64e7cff9 100644 --- a/examples/document-processing/src/main/application/schemas/lyrics.sd +++ b/examples/document-processing/src/main/application/schemas/lyrics.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema lyrics { diff --git a/examples/document-processing/src/main/application/schemas/music.sd b/examples/document-processing/src/main/application/schemas/music.sd index befdb72fd..789972027 100644 --- a/examples/document-processing/src/main/application/schemas/music.sd +++ b/examples/document-processing/src/main/application/schemas/music.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema music { diff --git a/examples/document-processing/src/main/application/services.xml b/examples/document-processing/src/main/application/services.xml index aad22bafe..3c853ec04 100644 --- a/examples/document-processing/src/main/application/services.xml +++ b/examples/document-processing/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/document-processing/src/main/java/ai/vespa/example/album/LyricsDocumentProcessor.java b/examples/document-processing/src/main/java/ai/vespa/example/album/LyricsDocumentProcessor.java index fdec1b271..25192d5fa 100644 --- a/examples/document-processing/src/main/java/ai/vespa/example/album/LyricsDocumentProcessor.java +++ b/examples/document-processing/src/main/java/ai/vespa/example/album/LyricsDocumentProcessor.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.google.inject.Inject; diff --git a/examples/document-processing/src/main/java/ai/vespa/example/album/ProductTypeRefinerDocProc.java b/examples/document-processing/src/main/java/ai/vespa/example/album/ProductTypeRefinerDocProc.java index 4e80f4630..07a895f0f 100644 --- a/examples/document-processing/src/main/java/ai/vespa/example/album/ProductTypeRefinerDocProc.java +++ b/examples/document-processing/src/main/java/ai/vespa/example/album/ProductTypeRefinerDocProc.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.yahoo.docproc.DocumentProcessor; diff --git a/examples/document-processing/src/main/java/ai/vespa/example/album/ProductTypeTokenizerDocProc.java b/examples/document-processing/src/main/java/ai/vespa/example/album/ProductTypeTokenizerDocProc.java index 7d629acb1..22f417823 100644 --- a/examples/document-processing/src/main/java/ai/vespa/example/album/ProductTypeTokenizerDocProc.java +++ b/examples/document-processing/src/main/java/ai/vespa/example/album/ProductTypeTokenizerDocProc.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.yahoo.docproc.DocumentProcessor; diff --git a/examples/document-processing/src/test/java/ai/vespa/example/album/ProductTypeRefinerDocProcTest.java b/examples/document-processing/src/test/java/ai/vespa/example/album/ProductTypeRefinerDocProcTest.java index c477d2431..5f21c8643 100644 --- a/examples/document-processing/src/test/java/ai/vespa/example/album/ProductTypeRefinerDocProcTest.java +++ b/examples/document-processing/src/test/java/ai/vespa/example/album/ProductTypeRefinerDocProcTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; diff --git a/examples/document-processing/src/test/java/ai/vespa/example/album/ProductTypeTokenizerDocProcTest.java b/examples/document-processing/src/test/java/ai/vespa/example/album/ProductTypeTokenizerDocProcTest.java index 179133661..6f3e8e530 100644 --- a/examples/document-processing/src/test/java/ai/vespa/example/album/ProductTypeTokenizerDocProcTest.java +++ b/examples/document-processing/src/test/java/ai/vespa/example/album/ProductTypeTokenizerDocProcTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; diff --git a/examples/embedder-auto-training-evaluation/data-preparation/convert-for-feeding.py b/examples/embedder-auto-training-evaluation/data-preparation/convert-for-feeding.py index 15433975b..2a043f438 100644 --- a/examples/embedder-auto-training-evaluation/data-preparation/convert-for-feeding.py +++ b/examples/embedder-auto-training-evaluation/data-preparation/convert-for-feeding.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -#Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +#Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import json import sys diff --git a/examples/embedder-auto-training-evaluation/training-evaluation/evaluate.py b/examples/embedder-auto-training-evaluation/training-evaluation/evaluate.py index eb6112c43..4b2574d07 100755 --- a/examples/embedder-auto-training-evaluation/training-evaluation/evaluate.py +++ b/examples/embedder-auto-training-evaluation/training-evaluation/evaluate.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. from tqdm import tqdm import requests from requests.adapters import HTTPAdapter, Retry diff --git a/examples/embedder-auto-training-evaluation/training-evaluation/positives-negatives.py b/examples/embedder-auto-training-evaluation/training-evaluation/positives-negatives.py index 2540f7c0a..61eb9bb09 100644 --- a/examples/embedder-auto-training-evaluation/training-evaluation/positives-negatives.py +++ b/examples/embedder-auto-training-evaluation/training-evaluation/positives-negatives.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. from tqdm import tqdm import requests from requests.adapters import HTTPAdapter, Retry diff --git a/examples/embedding-service/README.md b/examples/embedding-service/README.md index 2627458d9..0385ef2f9 100644 --- a/examples/embedding-service/README.md +++ b/examples/embedding-service/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/embedding-service/pom.xml b/examples/embedding-service/pom.xml index be3a786cc..c1cd7e3ba 100644 --- a/examples/embedding-service/pom.xml +++ b/examples/embedding-service/pom.xml @@ -1,5 +1,5 @@ - + - + diff --git a/examples/generic-request-processing/README.md b/examples/generic-request-processing/README.md index d5926c3a0..7a69f515d 100644 --- a/examples/generic-request-processing/README.md +++ b/examples/generic-request-processing/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/generic-request-processing/pom.xml b/examples/generic-request-processing/pom.xml index 3e7a96ca2..cdbdf2f17 100644 --- a/examples/generic-request-processing/pom.xml +++ b/examples/generic-request-processing/pom.xml @@ -1,5 +1,5 @@ - + - + node1 diff --git a/examples/generic-request-processing/src/main/application/services.xml b/examples/generic-request-processing/src/main/application/services.xml index 7cf338935..2a93fb71a 100644 --- a/examples/generic-request-processing/src/main/application/services.xml +++ b/examples/generic-request-processing/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/generic-request-processing/src/main/java/ai/vespa/examples/ExampleProcessor.java b/examples/generic-request-processing/src/main/java/ai/vespa/examples/ExampleProcessor.java index 6230bfa35..bda470246 100644 --- a/examples/generic-request-processing/src/main/java/ai/vespa/examples/ExampleProcessor.java +++ b/examples/generic-request-processing/src/main/java/ai/vespa/examples/ExampleProcessor.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.google.inject.Inject; diff --git a/examples/generic-request-processing/src/main/java/ai/vespa/examples/StringData.java b/examples/generic-request-processing/src/main/java/ai/vespa/examples/StringData.java index db4866258..6e586d630 100644 --- a/examples/generic-request-processing/src/main/java/ai/vespa/examples/StringData.java +++ b/examples/generic-request-processing/src/main/java/ai/vespa/examples/StringData.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.processing.Request; diff --git a/examples/generic-request-processing/src/main/resources/configdefinitions/example-processor.def b/examples/generic-request-processing/src/main/resources/configdefinitions/example-processor.def index 2328c9ed3..af45fde60 100644 --- a/examples/generic-request-processing/src/main/resources/configdefinitions/example-processor.def +++ b/examples/generic-request-processing/src/main/resources/configdefinitions/example-processor.def @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # An example config file declaration containing a single variable package=ai.vespa.examples diff --git a/examples/generic-request-processing/src/test/java/ai/vespa/examples/ApplicationMain.java b/examples/generic-request-processing/src/test/java/ai/vespa/examples/ApplicationMain.java index a778143e9..31ed4a395 100644 --- a/examples/generic-request-processing/src/test/java/ai/vespa/examples/ApplicationMain.java +++ b/examples/generic-request-processing/src/test/java/ai/vespa/examples/ApplicationMain.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.application.Application; diff --git a/examples/generic-request-processing/src/test/java/ai/vespa/examples/ApplicationTest.java b/examples/generic-request-processing/src/test/java/ai/vespa/examples/ApplicationTest.java index 3c4515881..e201ed2b8 100644 --- a/examples/generic-request-processing/src/test/java/ai/vespa/examples/ApplicationTest.java +++ b/examples/generic-request-processing/src/test/java/ai/vespa/examples/ApplicationTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.application.Application; diff --git a/examples/generic-request-processing/src/test/java/ai/vespa/examples/ExampleProcessorTest.java b/examples/generic-request-processing/src/test/java/ai/vespa/examples/ExampleProcessorTest.java index ad449d3f7..1010dc95d 100644 --- a/examples/generic-request-processing/src/test/java/ai/vespa/examples/ExampleProcessorTest.java +++ b/examples/generic-request-processing/src/test/java/ai/vespa/examples/ExampleProcessorTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.component.chain.Chain; diff --git a/examples/google-cloud/cloud-functions/README.md b/examples/google-cloud/cloud-functions/README.md index 39ba8381c..2e1162583 100644 --- a/examples/google-cloud/cloud-functions/README.md +++ b/examples/google-cloud/cloud-functions/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/google-cloud/cloud-functions/go/function.go b/examples/google-cloud/cloud-functions/go/function.go index 82691e7df..028c7d22b 100644 --- a/examples/google-cloud/cloud-functions/go/function.go +++ b/examples/google-cloud/cloud-functions/go/function.go @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. // Misc examples // Author: kkraune diff --git a/examples/google-cloud/cloud-functions/go/visit.go b/examples/google-cloud/cloud-functions/go/visit.go index 2aaf4c78a..6cd807e03 100644 --- a/examples/google-cloud/cloud-functions/go/visit.go +++ b/examples/google-cloud/cloud-functions/go/visit.go @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. // vespa visit examples // Author: arnej, kkraune diff --git a/examples/http-api-using-request-handlers-and-processors/README.md b/examples/http-api-using-request-handlers-and-processors/README.md index 692d73263..2839e2535 100644 --- a/examples/http-api-using-request-handlers-and-processors/README.md +++ b/examples/http-api-using-request-handlers-and-processors/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/http-api-using-request-handlers-and-processors/pom.xml b/examples/http-api-using-request-handlers-and-processors/pom.xml index 64c539793..94b718e25 100644 --- a/examples/http-api-using-request-handlers-and-processors/pom.xml +++ b/examples/http-api-using-request-handlers-and-processors/pom.xml @@ -1,5 +1,5 @@ - + - + node1 diff --git a/examples/http-api-using-request-handlers-and-processors/src/main/application/schemas/music.sd b/examples/http-api-using-request-handlers-and-processors/src/main/application/schemas/music.sd index ccf54f7e6..01997f083 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/main/application/schemas/music.sd +++ b/examples/http-api-using-request-handlers-and-processors/src/main/application/schemas/music.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search music { diff --git a/examples/http-api-using-request-handlers-and-processors/src/main/application/services.xml b/examples/http-api-using-request-handlers-and-processors/src/main/application/services.xml index e5cd73304..b434b702a 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/main/application/services.xml +++ b/examples/http-api-using-request-handlers-and-processors/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/AnnotatingProcessor.java b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/AnnotatingProcessor.java index ce9a1d99b..814e98a9e 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/AnnotatingProcessor.java +++ b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/AnnotatingProcessor.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.google.common.base.Splitter; diff --git a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DataProcessor.java b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DataProcessor.java index 6335021e7..09757766a 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DataProcessor.java +++ b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DataProcessor.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.google.inject.Inject; diff --git a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoComponent.java b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoComponent.java index f3e586758..b4c719622 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoComponent.java +++ b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoComponent.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.component.AbstractComponent; diff --git a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoDocumentProcessor.java b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoDocumentProcessor.java index d5bbe6e92..680d54ef2 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoDocumentProcessor.java +++ b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoDocumentProcessor.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.docproc.SimpleDocumentProcessor; diff --git a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoFreezableComponent.java b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoFreezableComponent.java index e4e355f93..41f0be6b7 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoFreezableComponent.java +++ b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoFreezableComponent.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.google.inject.Inject; diff --git a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoHandler.java b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoHandler.java index 74e50fb47..5c9787968 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoHandler.java +++ b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoHandler.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.google.inject.Inject; diff --git a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoRenderer.java b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoRenderer.java index 161bd2ea1..56264fa4c 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoRenderer.java +++ b/examples/http-api-using-request-handlers-and-processors/src/main/java/ai/vespa/examples/DemoRenderer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.processing.Response; diff --git a/examples/http-api-using-request-handlers-and-processors/src/main/resources/configdefinitions/demo.def b/examples/http-api-using-request-handlers-and-processors/src/main/resources/configdefinitions/demo.def index 9b16e8237..f28b7ebd3 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/main/resources/configdefinitions/demo.def +++ b/examples/http-api-using-request-handlers-and-processors/src/main/resources/configdefinitions/demo.def @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package=ai.vespa.examples demo[].term string diff --git a/examples/http-api-using-request-handlers-and-processors/src/test/java/ai/vespa/examples/ApplicationMain.java b/examples/http-api-using-request-handlers-and-processors/src/test/java/ai/vespa/examples/ApplicationMain.java index d411a5897..e6d6020f4 100644 --- a/examples/http-api-using-request-handlers-and-processors/src/test/java/ai/vespa/examples/ApplicationMain.java +++ b/examples/http-api-using-request-handlers-and-processors/src/test/java/ai/vespa/examples/ApplicationMain.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.application.Networking; diff --git a/examples/joins/README.md b/examples/joins/README.md index 7bf10f2b6..af2253c4e 100644 --- a/examples/joins/README.md +++ b/examples/joins/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/joins/pom.xml b/examples/joins/pom.xml index 3b9047b80..c13c16499 100644 --- a/examples/joins/pom.xml +++ b/examples/joins/pom.xml @@ -1,5 +1,5 @@ - + - + node1 diff --git a/examples/joins/src/main/application/schemas/base.sd b/examples/joins/src/main/application/schemas/base.sd index 1cca65e90..feb5768a0 100644 --- a/examples/joins/src/main/application/schemas/base.sd +++ b/examples/joins/src/main/application/schemas/base.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema base { document base { diff --git a/examples/joins/src/main/application/schemas/tag.sd b/examples/joins/src/main/application/schemas/tag.sd index 3aed275b8..cc1cbae42 100644 --- a/examples/joins/src/main/application/schemas/tag.sd +++ b/examples/joins/src/main/application/schemas/tag.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema tag { document tag inherits base { diff --git a/examples/joins/src/main/application/schemas/title.sd b/examples/joins/src/main/application/schemas/title.sd index acd1052fc..598e013e4 100644 --- a/examples/joins/src/main/application/schemas/title.sd +++ b/examples/joins/src/main/application/schemas/title.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema title { document title inherits base { diff --git a/examples/joins/src/main/application/search/query-profiles/default.xml b/examples/joins/src/main/application/search/query-profiles/default.xml index efef3b040..d322984c6 100644 --- a/examples/joins/src/main/application/search/query-profiles/default.xml +++ b/examples/joins/src/main/application/search/query-profiles/default.xml @@ -1,4 +1,4 @@ - + 10 10000 diff --git a/examples/joins/src/main/application/services.xml b/examples/joins/src/main/application/services.xml index f64a41937..27b9b8b12 100644 --- a/examples/joins/src/main/application/services.xml +++ b/examples/joins/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/joins/src/main/java/ai/vespa/example/joins/DataGenerator.java b/examples/joins/src/main/java/ai/vespa/example/joins/DataGenerator.java index 8a434fe5c..f67916717 100644 --- a/examples/joins/src/main/java/ai/vespa/example/joins/DataGenerator.java +++ b/examples/joins/src/main/java/ai/vespa/example/joins/DataGenerator.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.joins; import java.util.LinkedHashMap; diff --git a/examples/joins/src/main/java/ai/vespa/example/joins/Intersector.java b/examples/joins/src/main/java/ai/vespa/example/joins/Intersector.java index c449e3294..47bd3175d 100644 --- a/examples/joins/src/main/java/ai/vespa/example/joins/Intersector.java +++ b/examples/joins/src/main/java/ai/vespa/example/joins/Intersector.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.joins; import java.util.ArrayList; diff --git a/examples/joins/src/main/java/ai/vespa/example/joins/JoinSearcher.java b/examples/joins/src/main/java/ai/vespa/example/joins/JoinSearcher.java index ffd61b6d0..b06c6d948 100644 --- a/examples/joins/src/main/java/ai/vespa/example/joins/JoinSearcher.java +++ b/examples/joins/src/main/java/ai/vespa/example/joins/JoinSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.joins; import ai.vespa.example.joins.Intersector.Intersection; diff --git a/examples/joins/src/test/java/ai/vespa/example/album/ApplicationMain.java b/examples/joins/src/test/java/ai/vespa/example/album/ApplicationMain.java index f0985db9f..def6e3088 100644 --- a/examples/joins/src/test/java/ai/vespa/example/album/ApplicationMain.java +++ b/examples/joins/src/test/java/ai/vespa/example/album/ApplicationMain.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import com.yahoo.application.Application; diff --git a/examples/joins/src/test/java/ai/vespa/example/album/FeedAndSearchSystemTest.java b/examples/joins/src/test/java/ai/vespa/example/album/FeedAndSearchSystemTest.java index 0624c2131..77c4395b2 100644 --- a/examples/joins/src/test/java/ai/vespa/example/album/FeedAndSearchSystemTest.java +++ b/examples/joins/src/test/java/ai/vespa/example/album/FeedAndSearchSystemTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import ai.vespa.hosted.cd.Endpoint; diff --git a/examples/joins/src/test/java/ai/vespa/example/album/StagingCommons.java b/examples/joins/src/test/java/ai/vespa/example/album/StagingCommons.java index d0a335c9f..5c7951c15 100644 --- a/examples/joins/src/test/java/ai/vespa/example/album/StagingCommons.java +++ b/examples/joins/src/test/java/ai/vespa/example/album/StagingCommons.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import ai.vespa.hosted.cd.Endpoint; diff --git a/examples/joins/src/test/java/ai/vespa/example/album/StagingSetupTest.java b/examples/joins/src/test/java/ai/vespa/example/album/StagingSetupTest.java index 21aef21dc..eec04996d 100644 --- a/examples/joins/src/test/java/ai/vespa/example/album/StagingSetupTest.java +++ b/examples/joins/src/test/java/ai/vespa/example/album/StagingSetupTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import ai.vespa.hosted.cd.StagingSetup; diff --git a/examples/joins/src/test/java/ai/vespa/example/album/StagingVerificationTest.java b/examples/joins/src/test/java/ai/vespa/example/album/StagingVerificationTest.java index 5ea5ef213..57d2b3a3f 100644 --- a/examples/joins/src/test/java/ai/vespa/example/album/StagingVerificationTest.java +++ b/examples/joins/src/test/java/ai/vespa/example/album/StagingVerificationTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.album; import ai.vespa.hosted.cd.StagingTest; diff --git a/examples/joins/src/test/java/ai/vespa/example/joins/IntersectorTest.java b/examples/joins/src/test/java/ai/vespa/example/joins/IntersectorTest.java index a65e8a74e..bc4456f7f 100644 --- a/examples/joins/src/test/java/ai/vespa/example/joins/IntersectorTest.java +++ b/examples/joins/src/test/java/ai/vespa/example/joins/IntersectorTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.joins; import ai.vespa.example.joins.Intersector.Intersection; diff --git a/examples/lucene-linguistics/README.md b/examples/lucene-linguistics/README.md index c81fd6d96..b355a80ec 100644 --- a/examples/lucene-linguistics/README.md +++ b/examples/lucene-linguistics/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/lucene-linguistics/advanced-configuration/pom.xml b/examples/lucene-linguistics/advanced-configuration/pom.xml index 2e9f20b8a..5d14b037c 100644 --- a/examples/lucene-linguistics/advanced-configuration/pom.xml +++ b/examples/lucene-linguistics/advanced-configuration/pom.xml @@ -1,5 +1,5 @@ - + - + - + \n", + "\n", "\n", "### ONNX Model export\n", "This is an implementation of [Data analysis with PyTorch and Windows ML](https://learn.microsoft.com/en-us/windows/ai/windows-ml/tutorials/pytorch-analysis-intro) - refer to this tutorial for the steps in this notebook.\n", diff --git a/examples/model-deployment/README.md b/examples/model-deployment/README.md index 1313ac946..880d1e2df 100644 --- a/examples/model-deployment/README.md +++ b/examples/model-deployment/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/model-deployment/schemas/doc.sd b/examples/model-deployment/schemas/doc.sd index 87b68684a..2def7e551 100644 --- a/examples/model-deployment/schemas/doc.sd +++ b/examples/model-deployment/schemas/doc.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema doc { document doc { diff --git a/examples/model-deployment/services.xml b/examples/model-deployment/services.xml index f504a83a5..29235c689 100644 --- a/examples/model-deployment/services.xml +++ b/examples/model-deployment/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/multiple-bundles-lib/README.md b/examples/multiple-bundles-lib/README.md index dea0452dc..0a57899fc 100644 --- a/examples/multiple-bundles-lib/README.md +++ b/examples/multiple-bundles-lib/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/multiple-bundles-lib/pom.xml b/examples/multiple-bundles-lib/pom.xml index dcd6d6f83..3feedeefe 100644 --- a/examples/multiple-bundles-lib/pom.xml +++ b/examples/multiple-bundles-lib/pom.xml @@ -1,5 +1,5 @@ - + - + - + node1 diff --git a/examples/multiple-bundles/src/main/application/services.xml b/examples/multiple-bundles/src/main/application/services.xml index cdc59a3d2..e18154726 100644 --- a/examples/multiple-bundles/src/main/application/services.xml +++ b/examples/multiple-bundles/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/multiple-bundles/src/main/java/ai/vespasamples/search/FibonacciSearcher.java b/examples/multiple-bundles/src/main/java/ai/vespasamples/search/FibonacciSearcher.java index 995c87ae7..a3d9fd30e 100644 --- a/examples/multiple-bundles/src/main/java/ai/vespasamples/search/FibonacciSearcher.java +++ b/examples/multiple-bundles/src/main/java/ai/vespasamples/search/FibonacciSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespasamples.search; import ai.vespasamples.lib.FibonacciProducer; diff --git a/examples/multiple-bundles/src/test/java/ai/vespasamples/ApplicationMain.java b/examples/multiple-bundles/src/test/java/ai/vespasamples/ApplicationMain.java index ef8efddf3..ad623bc00 100644 --- a/examples/multiple-bundles/src/test/java/ai/vespasamples/ApplicationMain.java +++ b/examples/multiple-bundles/src/test/java/ai/vespasamples/ApplicationMain.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespasamples; import com.yahoo.application.Networking; diff --git a/examples/operations/README.md b/examples/operations/README.md index 1ef2fbc36..96ec88305 100644 --- a/examples/operations/README.md +++ b/examples/operations/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/operations/basic-search-on-gke/README.md b/examples/operations/basic-search-on-gke/README.md index 040b5fd8c..e42deb553 100644 --- a/examples/operations/basic-search-on-gke/README.md +++ b/examples/operations/basic-search-on-gke/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/operations/basic-search-on-gke/deployments/configmap.yml b/examples/operations/basic-search-on-gke/deployments/configmap.yml index 3602f7112..d5b2ca8c1 100644 --- a/examples/operations/basic-search-on-gke/deployments/configmap.yml +++ b/examples/operations/basic-search-on-gke/deployments/configmap.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: v1 kind: ConfigMap metadata: diff --git a/examples/operations/basic-search-on-gke/deployments/headless.yml b/examples/operations/basic-search-on-gke/deployments/headless.yml index 12d6f0385..a582acd61 100644 --- a/examples/operations/basic-search-on-gke/deployments/headless.yml +++ b/examples/operations/basic-search-on-gke/deployments/headless.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: v1 kind: Service diff --git a/examples/operations/basic-search-on-gke/deployments/master.yml b/examples/operations/basic-search-on-gke/deployments/master.yml index 44834f474..e52e3a8f0 100644 --- a/examples/operations/basic-search-on-gke/deployments/master.yml +++ b/examples/operations/basic-search-on-gke/deployments/master.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: apps/v1 kind: StatefulSet diff --git a/examples/operations/basic-search-on-gke/deployments/service.yml b/examples/operations/basic-search-on-gke/deployments/service.yml index 8832c9a4c..0454780ce 100644 --- a/examples/operations/basic-search-on-gke/deployments/service.yml +++ b/examples/operations/basic-search-on-gke/deployments/service.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: v1 kind: Service diff --git a/examples/operations/basic-search-on-gke/schemas/music.sd b/examples/operations/basic-search-on-gke/schemas/music.sd index 64661ceb9..72df192f0 100644 --- a/examples/operations/basic-search-on-gke/schemas/music.sd +++ b/examples/operations/basic-search-on-gke/schemas/music.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema music { document music { field artist type string { diff --git a/examples/operations/basic-search-on-gke/scripts/bootstrap.sh b/examples/operations/basic-search-on-gke/scripts/bootstrap.sh index 9252c9b43..4df897dde 100755 --- a/examples/operations/basic-search-on-gke/scripts/bootstrap.sh +++ b/examples/operations/basic-search-on-gke/scripts/bootstrap.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. set -euo pipefail NB_CONTENTS=${1:-"3"} diff --git a/examples/operations/basic-search-on-gke/scripts/create_cluster.sh b/examples/operations/basic-search-on-gke/scripts/create_cluster.sh index 04cbfba8a..db3d3f9c2 100755 --- a/examples/operations/basic-search-on-gke/scripts/create_cluster.sh +++ b/examples/operations/basic-search-on-gke/scripts/create_cluster.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. set -euo pipefail set -x diff --git a/examples/operations/basic-search-on-gke/scripts/deploy.sh b/examples/operations/basic-search-on-gke/scripts/deploy.sh index de532dbe3..90e29de81 100755 --- a/examples/operations/basic-search-on-gke/scripts/deploy.sh +++ b/examples/operations/basic-search-on-gke/scripts/deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. set -euo pipefail set -x diff --git a/examples/operations/basic-search-on-gke/scripts/feed.sh b/examples/operations/basic-search-on-gke/scripts/feed.sh index 78ad5f6b2..6cfc300b9 100755 --- a/examples/operations/basic-search-on-gke/scripts/feed.sh +++ b/examples/operations/basic-search-on-gke/scripts/feed.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. set -euo pipefail set -x diff --git a/examples/operations/basic-search-on-gke/templates/container.yml b/examples/operations/basic-search-on-gke/templates/container.yml index 9fe9ca79e..228dea5da 100644 --- a/examples/operations/basic-search-on-gke/templates/container.yml +++ b/examples/operations/basic-search-on-gke/templates/container.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: apps/v1 kind: StatefulSet diff --git a/examples/operations/basic-search-on-gke/templates/content.yml b/examples/operations/basic-search-on-gke/templates/content.yml index 7a759f9e4..ba2fa6bc6 100644 --- a/examples/operations/basic-search-on-gke/templates/content.yml +++ b/examples/operations/basic-search-on-gke/templates/content.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: apps/v1 kind: StatefulSet diff --git a/examples/operations/basic-search-on-gke/templates/services.xml b/examples/operations/basic-search-on-gke/templates/services.xml index 60e07610a..5c675c2c4 100644 --- a/examples/operations/basic-search-on-gke/templates/services.xml +++ b/examples/operations/basic-search-on-gke/templates/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/operations/monitoring/album-recommendation-monitoring/README.md b/examples/operations/monitoring/album-recommendation-monitoring/README.md index 1f7321dab..fc1cd1d8b 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/README.md +++ b/examples/operations/monitoring/album-recommendation-monitoring/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/Dockerfile b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/Dockerfile index e3d1fd2bf..e49e6e96a 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/Dockerfile +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/Dockerfile @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. FROM maven:3.8.6-eclipse-temurin-17 COPY src /home/app/src diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/README.md b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/README.md index 3b341e675..3bc30a11a 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/README.md +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/README.md @@ -1,5 +1,5 @@ - + # Vespa sample applications - Album Recommendation Random Data Feeder A simple java.application that feeds data into the Album Recommendations application using the Vespa Http Client. diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/pom.xml b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/pom.xml index 5dddaf3f7..19de6d999 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/pom.xml +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/pom.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/Application.java b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/Application.java index be392f03e..b039416f5 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/Application.java +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/Application.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.application; import ai.vespa.examples.json.Album; diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/RandomAlbumGenerator.java b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/RandomAlbumGenerator.java index 24e345f70..7c6a9692f 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/RandomAlbumGenerator.java +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/RandomAlbumGenerator.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.application; import java.io.BufferedReader; diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/VespaDataFeeder.java b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/VespaDataFeeder.java index 769bd34f6..7264ef7b0 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/VespaDataFeeder.java +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/VespaDataFeeder.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.application; import ai.vespa.examples.json.Album; diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/VespaQueryFeeder.java b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/VespaQueryFeeder.java index 4c6dec8a7..933877f79 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/VespaQueryFeeder.java +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/application/VespaQueryFeeder.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.application; import ai.vespa.examples.json.ImmutableQuery; diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Album.java b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Album.java index 67f4781ad..8caf097db 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Album.java +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Album.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.json; import org.immutables.gson.Gson; diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Category.java b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Category.java index 1a083ee12..fca5f4640 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Category.java +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Category.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.json; import org.immutables.gson.Gson; diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/CategoryScores.java b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/CategoryScores.java index cebfd571f..b173fb635 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/CategoryScores.java +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/CategoryScores.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.json; import org.immutables.gson.Gson; diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Cell.java b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Cell.java index 8248babdf..02a7a9420 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Cell.java +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Cell.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.json; import org.immutables.gson.Gson; diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Query.java b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Query.java index 4fb410e9f..9ab55e573 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Query.java +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/Query.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.json; import org.immutables.gson.Gson; diff --git a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/TopLevelPut.java b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/TopLevelPut.java index ae1f7eca6..4d2170328 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/TopLevelPut.java +++ b/examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/src/main/java/ai/vespa/examples/json/TopLevelPut.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.json; import org.immutables.gson.Gson; diff --git a/examples/operations/monitoring/album-recommendation-monitoring/docker-compose.yml b/examples/operations/monitoring/album-recommendation-monitoring/docker-compose.yml index 605ceb926..80b2ea336 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/docker-compose.yml +++ b/examples/operations/monitoring/album-recommendation-monitoring/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. services: prometheus: image: "prom/prometheus" diff --git a/examples/operations/monitoring/album-recommendation-monitoring/grafana/provisioning/dashboards/dashboard.yaml b/examples/operations/monitoring/album-recommendation-monitoring/grafana/provisioning/dashboards/dashboard.yaml index f71c05df7..d707f2324 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/grafana/provisioning/dashboards/dashboard.yaml +++ b/examples/operations/monitoring/album-recommendation-monitoring/grafana/provisioning/dashboards/dashboard.yaml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: 1 diff --git a/examples/operations/monitoring/album-recommendation-monitoring/grafana/provisioning/datasources/prometheus-selfhosted.yaml b/examples/operations/monitoring/album-recommendation-monitoring/grafana/provisioning/datasources/prometheus-selfhosted.yaml index 79a03a28b..b4a89cb7d 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/grafana/provisioning/datasources/prometheus-selfhosted.yaml +++ b/examples/operations/monitoring/album-recommendation-monitoring/grafana/provisioning/datasources/prometheus-selfhosted.yaml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: 1 diff --git a/examples/operations/monitoring/album-recommendation-monitoring/prometheus/prometheus-cloud.yml b/examples/operations/monitoring/album-recommendation-monitoring/prometheus/prometheus-cloud.yml index 99470fe11..a361366d0 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/prometheus/prometheus-cloud.yml +++ b/examples/operations/monitoring/album-recommendation-monitoring/prometheus/prometheus-cloud.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. diff --git a/examples/operations/monitoring/album-recommendation-monitoring/prometheus/prometheus-selfhosted.yml b/examples/operations/monitoring/album-recommendation-monitoring/prometheus/prometheus-selfhosted.yml index 8ee8af40f..e858f3844 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/prometheus/prometheus-selfhosted.yml +++ b/examples/operations/monitoring/album-recommendation-monitoring/prometheus/prometheus-selfhosted.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # Global Configuration for all Prometheus jobs global: diff --git a/examples/operations/monitoring/album-recommendation-monitoring/vespa/VespaAlternateDockerfile b/examples/operations/monitoring/album-recommendation-monitoring/vespa/VespaAlternateDockerfile index d8497d34f..8e2df4b04 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/vespa/VespaAlternateDockerfile +++ b/examples/operations/monitoring/album-recommendation-monitoring/vespa/VespaAlternateDockerfile @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. FROM centos:7 RUN yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/vespa/vespa/repo/epel-7/group_vespa-vespa-epel-7.repo && \ diff --git a/examples/operations/monitoring/album-recommendation-monitoring/vespa/vespa-alternate-start-container.sh b/examples/operations/monitoring/album-recommendation-monitoring/vespa/vespa-alternate-start-container.sh index 8430fec13..d993e7e40 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/vespa/vespa-alternate-start-container.sh +++ b/examples/operations/monitoring/album-recommendation-monitoring/vespa/vespa-alternate-start-container.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. set -e diff --git a/examples/operations/monitoring/album-recommendation-monitoring/vespa/wait-for-and-launch.py b/examples/operations/monitoring/album-recommendation-monitoring/vespa/wait-for-and-launch.py index c4defe1ea..8e4586834 100644 --- a/examples/operations/monitoring/album-recommendation-monitoring/vespa/wait-for-and-launch.py +++ b/examples/operations/monitoring/album-recommendation-monitoring/vespa/wait-for-and-launch.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import requests from requests.adapters import HTTPAdapter diff --git a/examples/operations/monitoring/vespa-grafana-terraform/README.md b/examples/operations/monitoring/vespa-grafana-terraform/README.md index b66190c85..e3676d618 100644 --- a/examples/operations/monitoring/vespa-grafana-terraform/README.md +++ b/examples/operations/monitoring/vespa-grafana-terraform/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/operations/multinode-HA/README.md b/examples/operations/multinode-HA/README.md index 957881b95..f08bf1129 100644 --- a/examples/operations/multinode-HA/README.md +++ b/examples/operations/multinode-HA/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/operations/multinode-HA/docker-compose.yaml b/examples/operations/multinode-HA/docker-compose.yaml index d870fb935..f73c1089c 100644 --- a/examples/operations/multinode-HA/docker-compose.yaml +++ b/examples/operations/multinode-HA/docker-compose.yaml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # Docker Compose file to start up a sample multinode Vespa system diff --git a/examples/operations/multinode-HA/gke/README.md b/examples/operations/multinode-HA/gke/README.md index a71e35de6..0464887ee 100644 --- a/examples/operations/multinode-HA/gke/README.md +++ b/examples/operations/multinode-HA/gke/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/operations/multinode-HA/gke/config/admin.yml b/examples/operations/multinode-HA/gke/config/admin.yml index 78d480c90..8a6ceafe2 100644 --- a/examples/operations/multinode-HA/gke/config/admin.yml +++ b/examples/operations/multinode-HA/gke/config/admin.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: apps/v1 kind: StatefulSet diff --git a/examples/operations/multinode-HA/gke/config/configmap.yml b/examples/operations/multinode-HA/gke/config/configmap.yml index 40111250f..2fb7e069e 100644 --- a/examples/operations/multinode-HA/gke/config/configmap.yml +++ b/examples/operations/multinode-HA/gke/config/configmap.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: v1 kind: ConfigMap metadata: diff --git a/examples/operations/multinode-HA/gke/config/configserver.yml b/examples/operations/multinode-HA/gke/config/configserver.yml index 717f0089e..791171241 100644 --- a/examples/operations/multinode-HA/gke/config/configserver.yml +++ b/examples/operations/multinode-HA/gke/config/configserver.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: apps/v1 kind: StatefulSet diff --git a/examples/operations/multinode-HA/gke/config/content.yml b/examples/operations/multinode-HA/gke/config/content.yml index 5f76230de..e99751c32 100644 --- a/examples/operations/multinode-HA/gke/config/content.yml +++ b/examples/operations/multinode-HA/gke/config/content.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: apps/v1 kind: StatefulSet diff --git a/examples/operations/multinode-HA/gke/config/feed-container.yml b/examples/operations/multinode-HA/gke/config/feed-container.yml index 6b59832df..e8161ceef 100644 --- a/examples/operations/multinode-HA/gke/config/feed-container.yml +++ b/examples/operations/multinode-HA/gke/config/feed-container.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: apps/v1 kind: StatefulSet diff --git a/examples/operations/multinode-HA/gke/config/headless.yml b/examples/operations/multinode-HA/gke/config/headless.yml index 12d6f0385..a582acd61 100644 --- a/examples/operations/multinode-HA/gke/config/headless.yml +++ b/examples/operations/multinode-HA/gke/config/headless.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: v1 kind: Service diff --git a/examples/operations/multinode-HA/gke/config/query-container.yml b/examples/operations/multinode-HA/gke/config/query-container.yml index 5613d39a2..779a393b1 100644 --- a/examples/operations/multinode-HA/gke/config/query-container.yml +++ b/examples/operations/multinode-HA/gke/config/query-container.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: apps/v1 kind: StatefulSet diff --git a/examples/operations/multinode-HA/gke/config/service-feed.yml b/examples/operations/multinode-HA/gke/config/service-feed.yml index ff39f70e2..9e93b9a04 100644 --- a/examples/operations/multinode-HA/gke/config/service-feed.yml +++ b/examples/operations/multinode-HA/gke/config/service-feed.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: v1 kind: Service diff --git a/examples/operations/multinode-HA/gke/config/service-query.yml b/examples/operations/multinode-HA/gke/config/service-query.yml index 6e694a7d7..9b3f8ee17 100644 --- a/examples/operations/multinode-HA/gke/config/service-query.yml +++ b/examples/operations/multinode-HA/gke/config/service-query.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. apiVersion: v1 kind: Service diff --git a/examples/operations/multinode-HA/gke/services.xml b/examples/operations/multinode-HA/gke/services.xml index e82822cab..ff355f9a8 100644 --- a/examples/operations/multinode-HA/gke/services.xml +++ b/examples/operations/multinode-HA/gke/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/operations/multinode-HA/hosts.xml b/examples/operations/multinode-HA/hosts.xml index 8db971ae3..6c78d4dd2 100644 --- a/examples/operations/multinode-HA/hosts.xml +++ b/examples/operations/multinode-HA/hosts.xml @@ -1,5 +1,5 @@ - + node0 diff --git a/examples/operations/multinode-HA/schemas/music.sd b/examples/operations/multinode-HA/schemas/music.sd index d577228b2..3274c43ec 100644 --- a/examples/operations/multinode-HA/schemas/music.sd +++ b/examples/operations/multinode-HA/schemas/music.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema music { diff --git a/examples/operations/multinode-HA/scripts/generate-cert-chains.sh b/examples/operations/multinode-HA/scripts/generate-cert-chains.sh index 9856d14a0..8a03ef0b7 100755 --- a/examples/operations/multinode-HA/scripts/generate-cert-chains.sh +++ b/examples/operations/multinode-HA/scripts/generate-cert-chains.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. set -e SAMPLE_APP_ROOT=$(dirname $0)/.. diff --git a/examples/operations/multinode-HA/scripts/generate-client-cert-chain.sh b/examples/operations/multinode-HA/scripts/generate-client-cert-chain.sh index 66ca7dd01..ba7d55fe2 100755 --- a/examples/operations/multinode-HA/scripts/generate-client-cert-chain.sh +++ b/examples/operations/multinode-HA/scripts/generate-client-cert-chain.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. set -e OUTPUT_DIRECTORY=$(dirname $0)/../pki/client diff --git a/examples/operations/multinode-HA/scripts/generate-vespa-cert-chain.sh b/examples/operations/multinode-HA/scripts/generate-vespa-cert-chain.sh index 9cd437c96..275f8b629 100755 --- a/examples/operations/multinode-HA/scripts/generate-vespa-cert-chain.sh +++ b/examples/operations/multinode-HA/scripts/generate-vespa-cert-chain.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. set -e OUTPUT_DIRECTORY=$(dirname $0)/../pki/vespa diff --git a/examples/operations/multinode-HA/services.xml b/examples/operations/multinode-HA/services.xml index ec01e8653..4fe46136b 100644 --- a/examples/operations/multinode-HA/services.xml +++ b/examples/operations/multinode-HA/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/operations/multinode-HA/services.xml.secure b/examples/operations/multinode-HA/services.xml.secure index 461938831..a8f2a853a 100644 --- a/examples/operations/multinode-HA/services.xml.secure +++ b/examples/operations/multinode-HA/services.xml.secure @@ -1,5 +1,5 @@ - + diff --git a/examples/operations/multinode/README.md b/examples/operations/multinode/README.md index 712f87173..36b3d4474 100644 --- a/examples/operations/multinode/README.md +++ b/examples/operations/multinode/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/operations/multinode/hosts.xml b/examples/operations/multinode/hosts.xml index a1e0e9c1e..88ceb3187 100644 --- a/examples/operations/multinode/hosts.xml +++ b/examples/operations/multinode/hosts.xml @@ -1,5 +1,5 @@ - + node0 diff --git a/examples/operations/multinode/schemas/music.sd b/examples/operations/multinode/schemas/music.sd index d577228b2..3274c43ec 100644 --- a/examples/operations/multinode/schemas/music.sd +++ b/examples/operations/multinode/schemas/music.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema music { diff --git a/examples/operations/multinode/services.xml b/examples/operations/multinode/services.xml index f856cfbbb..d7249005c 100644 --- a/examples/operations/multinode/services.xml +++ b/examples/operations/multinode/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/part-purchases-demo/README.md b/examples/part-purchases-demo/README.md index d365324cd..341b4fc9b 100644 --- a/examples/part-purchases-demo/README.md +++ b/examples/part-purchases-demo/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/part-purchases-demo/ext/parts.py b/examples/part-purchases-demo/ext/parts.py index 979bbf494..d59729d08 100755 --- a/examples/part-purchases-demo/ext/parts.py +++ b/examples/part-purchases-demo/ext/parts.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import csv import argparse diff --git a/examples/part-purchases-demo/schemas/purchase.sd b/examples/part-purchases-demo/schemas/purchase.sd index e37c9a1cf..1915e0249 100644 --- a/examples/part-purchases-demo/schemas/purchase.sd +++ b/examples/part-purchases-demo/schemas/purchase.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema purchase { diff --git a/examples/part-purchases-demo/services.xml b/examples/part-purchases-demo/services.xml index a8291c506..4ff3a3dd7 100644 --- a/examples/part-purchases-demo/services.xml +++ b/examples/part-purchases-demo/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/predicate-fields/README.md b/examples/predicate-fields/README.md index a07afb182..30f3d8acd 100644 --- a/examples/predicate-fields/README.md +++ b/examples/predicate-fields/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/examples/predicate-fields/pom.xml b/examples/predicate-fields/pom.xml index 4a06f3bda..68c8154c0 100644 --- a/examples/predicate-fields/pom.xml +++ b/examples/predicate-fields/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 ai.vespa.examples diff --git a/examples/predicate-fields/src/main/application/schemas/user.sd b/examples/predicate-fields/src/main/application/schemas/user.sd index 715a9664f..0fc717b2b 100644 --- a/examples/predicate-fields/src/main/application/schemas/user.sd +++ b/examples/predicate-fields/src/main/application/schemas/user.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema user { diff --git a/examples/predicate-fields/src/main/application/services.xml b/examples/predicate-fields/src/main/application/services.xml index 887b2fba1..a4e66de67 100644 --- a/examples/predicate-fields/src/main/application/services.xml +++ b/examples/predicate-fields/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/predicate-fields/src/main/java/ai/vespa/examples/SubqueriesSearcher.java b/examples/predicate-fields/src/main/java/ai/vespa/examples/SubqueriesSearcher.java index 68f1cd7d0..d86ef3fd8 100644 --- a/examples/predicate-fields/src/main/java/ai/vespa/examples/SubqueriesSearcher.java +++ b/examples/predicate-fields/src/main/java/ai/vespa/examples/SubqueriesSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.data.access.Inspectable; diff --git a/examples/predicate-fields/src/test/application/services.xml b/examples/predicate-fields/src/test/application/services.xml index 475d79120..ba66d0a0d 100644 --- a/examples/predicate-fields/src/test/application/services.xml +++ b/examples/predicate-fields/src/test/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/predicate-fields/src/test/java/ai/vespa/examples/MockBackend.java b/examples/predicate-fields/src/test/java/ai/vespa/examples/MockBackend.java index 4bef5713d..abc15c837 100644 --- a/examples/predicate-fields/src/test/java/ai/vespa/examples/MockBackend.java +++ b/examples/predicate-fields/src/test/java/ai/vespa/examples/MockBackend.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.data.access.simple.Value; diff --git a/examples/predicate-fields/src/test/java/ai/vespa/examples/SubqueriesSearcherTest.java b/examples/predicate-fields/src/test/java/ai/vespa/examples/SubqueriesSearcherTest.java index 8fd9aba8f..df3f73496 100644 --- a/examples/predicate-fields/src/test/java/ai/vespa/examples/SubqueriesSearcherTest.java +++ b/examples/predicate-fields/src/test/java/ai/vespa/examples/SubqueriesSearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.application.Application; diff --git a/examples/vespa-chinese-linguistics/README.md b/examples/vespa-chinese-linguistics/README.md index 3a29bffc1..6e0b0fe8b 100644 --- a/examples/vespa-chinese-linguistics/README.md +++ b/examples/vespa-chinese-linguistics/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/feed-split.py b/feed-split.py index 0cdfc3f35..57d1217eb 100755 --- a/feed-split.py +++ b/feed-split.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import copy import json import sys diff --git a/feed_to_vespa.py b/feed_to_vespa.py index c5029c28a..a5e4ec00d 100755 --- a/feed_to_vespa.py +++ b/feed_to_vespa.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import json import os diff --git a/incremental-search/README.md b/incremental-search/README.md index bcf3485de..7fe222428 100644 --- a/incremental-search/README.md +++ b/incremental-search/README.md @@ -1,5 +1,5 @@ - + # Vespa sample application - incremental search diff --git a/incremental-search/search-as-you-type/README.md b/incremental-search/search-as-you-type/README.md index 66d1dd949..a4d94127a 100644 --- a/incremental-search/search-as-you-type/README.md +++ b/incremental-search/search-as-you-type/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/incremental-search/search-as-you-type/_config.yml b/incremental-search/search-as-you-type/_config.yml index b422157b1..6499c15df 100644 --- a/incremental-search/search-as-you-type/_config.yml +++ b/incremental-search/search-as-you-type/_config.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # Global settings exclude: - Gemfile diff --git a/incremental-search/search-as-you-type/feed_to_vespa.py b/incremental-search/search-as-you-type/feed_to_vespa.py index e7ea33cae..f375bf3c6 100755 --- a/incremental-search/search-as-you-type/feed_to_vespa.py +++ b/incremental-search/search-as-you-type/feed_to_vespa.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import json import os diff --git a/incremental-search/search-as-you-type/pom.xml b/incremental-search/search-as-you-type/pom.xml index c5d58ebf5..c8dcc892c 100644 --- a/incremental-search/search-as-you-type/pom.xml +++ b/incremental-search/search-as-you-type/pom.xml @@ -1,5 +1,5 @@ - + - + diff --git a/incremental-search/search-as-you-type/src/main/java/ai/vespa/example/typesearch/SiteHandler.java b/incremental-search/search-as-you-type/src/main/java/ai/vespa/example/typesearch/SiteHandler.java index 68f168926..64cbd3053 100644 --- a/incremental-search/search-as-you-type/src/main/java/ai/vespa/example/typesearch/SiteHandler.java +++ b/incremental-search/search-as-you-type/src/main/java/ai/vespa/example/typesearch/SiteHandler.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.typesearch; import com.yahoo.container.jdisc.HttpRequest; diff --git a/incremental-search/search-as-you-type/src/main/resources/site/index.html b/incremental-search/search-as-you-type/src/main/resources/site/index.html index 3e270822a..d2a8b0f52 100644 --- a/incremental-search/search-as-you-type/src/main/resources/site/index.html +++ b/incremental-search/search-as-you-type/src/main/resources/site/index.html @@ -1,5 +1,5 @@ - + diff --git a/incremental-search/search-suggestions/README.md b/incremental-search/search-suggestions/README.md index 27be56d47..f03ed73ed 100644 --- a/incremental-search/search-suggestions/README.md +++ b/incremental-search/search-suggestions/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/incremental-search/search-suggestions/pom.xml b/incremental-search/search-suggestions/pom.xml index c08205944..ac2a1bc88 100644 --- a/incremental-search/search-suggestions/pom.xml +++ b/incremental-search/search-suggestions/pom.xml @@ -1,5 +1,5 @@ - + - + diff --git a/incremental-search/search-suggestions/src/main/java/ai/vespa/example/searchsuggest/SiteHandler.java b/incremental-search/search-suggestions/src/main/java/ai/vespa/example/searchsuggest/SiteHandler.java index 04248b460..10c8549c4 100644 --- a/incremental-search/search-suggestions/src/main/java/ai/vespa/example/searchsuggest/SiteHandler.java +++ b/incremental-search/search-suggestions/src/main/java/ai/vespa/example/searchsuggest/SiteHandler.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.searchsuggest; import com.yahoo.container.jdisc.HttpRequest; diff --git a/incremental-search/search-suggestions/src/main/resources/site/index.html b/incremental-search/search-suggestions/src/main/resources/site/index.html index 052222b9c..a11bb8d17 100644 --- a/incremental-search/search-suggestions/src/main/resources/site/index.html +++ b/incremental-search/search-suggestions/src/main/resources/site/index.html @@ -1,5 +1,5 @@ - + diff --git a/model-inference/README.md b/model-inference/README.md index 446617fc4..453281487 100644 --- a/model-inference/README.md +++ b/model-inference/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/model-inference/pom.xml b/model-inference/pom.xml index 5a75e3589..091a9cb72 100644 --- a/model-inference/pom.xml +++ b/model-inference/pom.xml @@ -1,5 +1,5 @@ - + - + diff --git a/model-inference/src/main/java/ai/vespa/example/MyDocumentProcessor.java b/model-inference/src/main/java/ai/vespa/example/MyDocumentProcessor.java index 8bbbccd31..7bb053ada 100644 --- a/model-inference/src/main/java/ai/vespa/example/MyDocumentProcessor.java +++ b/model-inference/src/main/java/ai/vespa/example/MyDocumentProcessor.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example; diff --git a/model-inference/src/main/java/ai/vespa/example/MyHandler.java b/model-inference/src/main/java/ai/vespa/example/MyHandler.java index 04fc5dac5..b9df1af3f 100644 --- a/model-inference/src/main/java/ai/vespa/example/MyHandler.java +++ b/model-inference/src/main/java/ai/vespa/example/MyHandler.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example; diff --git a/model-inference/src/main/java/ai/vespa/example/MyPostProcessingSearcher.java b/model-inference/src/main/java/ai/vespa/example/MyPostProcessingSearcher.java index bc8c5282b..42016fc90 100644 --- a/model-inference/src/main/java/ai/vespa/example/MyPostProcessingSearcher.java +++ b/model-inference/src/main/java/ai/vespa/example/MyPostProcessingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example; diff --git a/model-inference/src/main/java/ai/vespa/example/MySearcher.java b/model-inference/src/main/java/ai/vespa/example/MySearcher.java index a6d26cd84..d1409fec6 100644 --- a/model-inference/src/main/java/ai/vespa/example/MySearcher.java +++ b/model-inference/src/main/java/ai/vespa/example/MySearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example; diff --git a/model-inference/src/main/java/ai/vespa/example/Util.java b/model-inference/src/main/java/ai/vespa/example/Util.java index 310730e74..4e64ae784 100644 --- a/model-inference/src/main/java/ai/vespa/example/Util.java +++ b/model-inference/src/main/java/ai/vespa/example/Util.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example; import com.yahoo.searchlib.rankingexpression.RankingExpression; diff --git a/model-inference/src/test/java/ai/vespa/example/ModelsTest.java b/model-inference/src/test/java/ai/vespa/example/ModelsTest.java index 840aac125..d9da4c38d 100644 --- a/model-inference/src/test/java/ai/vespa/example/ModelsTest.java +++ b/model-inference/src/test/java/ai/vespa/example/ModelsTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> package ai.vespa.example; diff --git a/model-inference/src/test/java/ai/vespa/example/MyDocumentProcessorTest.java b/model-inference/src/test/java/ai/vespa/example/MyDocumentProcessorTest.java index 366a5c6f7..c8e026bb9 100644 --- a/model-inference/src/test/java/ai/vespa/example/MyDocumentProcessorTest.java +++ b/model-inference/src/test/java/ai/vespa/example/MyDocumentProcessorTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> package ai.vespa.example; diff --git a/model-inference/src/test/java/ai/vespa/example/MyHandlerTest.java b/model-inference/src/test/java/ai/vespa/example/MyHandlerTest.java index a4b5b57b1..cff474f4c 100644 --- a/model-inference/src/test/java/ai/vespa/example/MyHandlerTest.java +++ b/model-inference/src/test/java/ai/vespa/example/MyHandlerTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> package ai.vespa.example; diff --git a/model-inference/src/test/java/ai/vespa/example/MySearcherTest.java b/model-inference/src/test/java/ai/vespa/example/MySearcherTest.java index 83c6c12d6..956b1a360 100644 --- a/model-inference/src/test/java/ai/vespa/example/MySearcherTest.java +++ b/model-inference/src/test/java/ai/vespa/example/MySearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> package ai.vespa.example; diff --git a/msmarco-ranking/README.md b/msmarco-ranking/README.md index ab859398d..9c2b031e4 100644 --- a/msmarco-ranking/README.md +++ b/msmarco-ranking/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/msmarco-ranking/colbert-performance-scaling-README.md b/msmarco-ranking/colbert-performance-scaling-README.md index d297a67fa..bf47862b7 100644 --- a/msmarco-ranking/colbert-performance-scaling-README.md +++ b/msmarco-ranking/colbert-performance-scaling-README.md @@ -1,5 +1,5 @@ - + # MS Marco Passage Ranking using ColBERT - Performance and Scaling diff --git a/msmarco-ranking/document-ranking-README.md b/msmarco-ranking/document-ranking-README.md index 38d321e64..5f70bb17c 100644 --- a/msmarco-ranking/document-ranking-README.md +++ b/msmarco-ranking/document-ranking-README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/msmarco-ranking/passage-ranking-README.md b/msmarco-ranking/passage-ranking-README.md index 1f5e08916..8d3768c41 100644 --- a/msmarco-ranking/passage-ranking-README.md +++ b/msmarco-ranking/passage-ranking-README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/msmarco-ranking/src/main/application/schemas/doc.sd b/msmarco-ranking/src/main/application/schemas/doc.sd index 4be3e20cc..73b8adf70 100644 --- a/msmarco-ranking/src/main/application/schemas/doc.sd +++ b/msmarco-ranking/src/main/application/schemas/doc.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema doc { diff --git a/msmarco-ranking/src/main/application/schemas/passage.sd b/msmarco-ranking/src/main/application/schemas/passage.sd index 7cb1f5b5c..3aa0526da 100644 --- a/msmarco-ranking/src/main/application/schemas/passage.sd +++ b/msmarco-ranking/src/main/application/schemas/passage.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema passage { diff --git a/msmarco-ranking/src/main/application/search/query-profiles/default.xml b/msmarco-ranking/src/main/application/search/query-profiles/default.xml index 281ef8757..84e3fc830 100644 --- a/msmarco-ranking/src/main/application/search/query-profiles/default.xml +++ b/msmarco-ranking/src/main/application/search/query-profiles/default.xml @@ -1,4 +1,4 @@ - + 10 1000 diff --git a/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert-container-rerank.xml b/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert-container-rerank.xml index b64b5f841..365cdd624 100644 --- a/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert-container-rerank.xml +++ b/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert-container-rerank.xml @@ -1,4 +1,4 @@ - + dense-colbert passagereranking diff --git a/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert-cross.xml b/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert-cross.xml index 9f6677ad4..78e7287f2 100644 --- a/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert-cross.xml +++ b/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert-cross.xml @@ -1,4 +1,4 @@ - + dense-colbert-mini-lm \ No newline at end of file diff --git a/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert.xml b/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert.xml index a0beaba8c..d8f509621 100644 --- a/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert.xml +++ b/msmarco-ranking/src/main/application/search/query-profiles/dense-colbert.xml @@ -1,4 +1,4 @@ - + dense-colbert \ No newline at end of file diff --git a/msmarco-ranking/src/main/application/search/query-profiles/dense.xml b/msmarco-ranking/src/main/application/search/query-profiles/dense.xml index 8edfb301a..43824dfb9 100644 --- a/msmarco-ranking/src/main/application/search/query-profiles/dense.xml +++ b/msmarco-ranking/src/main/application/search/query-profiles/dense.xml @@ -1,4 +1,4 @@ - + 10 passageranking diff --git a/msmarco-ranking/src/main/application/search/query-profiles/sparse-bm25.xml b/msmarco-ranking/src/main/application/search/query-profiles/sparse-bm25.xml index ff5212cd0..f007b5685 100644 --- a/msmarco-ranking/src/main/application/search/query-profiles/sparse-bm25.xml +++ b/msmarco-ranking/src/main/application/search/query-profiles/sparse-bm25.xml @@ -1,4 +1,4 @@ - + 10 passagerankingsimple diff --git a/msmarco-ranking/src/main/application/search/query-profiles/sparse-colbert.xml b/msmarco-ranking/src/main/application/search/query-profiles/sparse-colbert.xml index df354facc..f3ed8a2b7 100644 --- a/msmarco-ranking/src/main/application/search/query-profiles/sparse-colbert.xml +++ b/msmarco-ranking/src/main/application/search/query-profiles/sparse-colbert.xml @@ -1,4 +1,4 @@ - + bm25-colbert passageranking diff --git a/msmarco-ranking/src/main/application/services.xml b/msmarco-ranking/src/main/application/services.xml index 61bcdd6eb..e09d8cf8b 100644 --- a/msmarco-ranking/src/main/application/services.xml +++ b/msmarco-ranking/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/msmarco-ranking/src/main/bash/download_models.sh b/msmarco-ranking/src/main/bash/download_models.sh index b22951b59..ba044caf5 100755 --- a/msmarco-ranking/src/main/bash/download_models.sh +++ b/msmarco-ranking/src/main/bash/download_models.sh @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #!/bin/bash DIR="$1" diff --git a/msmarco-ranking/src/main/java/ai/vespa/examples/docproc/ColBERTDocumentProcessor.java b/msmarco-ranking/src/main/java/ai/vespa/examples/docproc/ColBERTDocumentProcessor.java index 14bee2c8a..b6ea245c5 100644 --- a/msmarco-ranking/src/main/java/ai/vespa/examples/docproc/ColBERTDocumentProcessor.java +++ b/msmarco-ranking/src/main/java/ai/vespa/examples/docproc/ColBERTDocumentProcessor.java @@ -1,4 +1,4 @@ -//Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +//Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.docproc; import ai.vespa.examples.colbert.ColbertConfig; diff --git a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/QueryEmbeddingSearcher.java b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/QueryEmbeddingSearcher.java index c802add63..0aee9ae53 100644 --- a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/QueryEmbeddingSearcher.java +++ b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/QueryEmbeddingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.examples.embedding.DenseEmbedder; diff --git a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/QueryEncodingSearcher.java b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/QueryEncodingSearcher.java index 6ada435f0..42646bfaa 100644 --- a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/QueryEncodingSearcher.java +++ b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/QueryEncodingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import com.yahoo.search.Query; diff --git a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/ReRankingSearcher.java b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/ReRankingSearcher.java index ca3cbe495..ae4e8ad85 100644 --- a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/ReRankingSearcher.java +++ b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/ReRankingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.models.evaluation.FunctionEvaluator; diff --git a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/RetrievalModelSearcher.java b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/RetrievalModelSearcher.java index 7514314cc..a6e9f2d70 100644 --- a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/RetrievalModelSearcher.java +++ b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/RetrievalModelSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import com.google.inject.Inject; diff --git a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/TensorInput.java b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/TensorInput.java index 139d8e6cc..5d576d855 100644 --- a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/TensorInput.java +++ b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/TensorInput.java @@ -1,4 +1,4 @@ -//Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +//Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import java.util.ArrayList; import java.util.List; diff --git a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/colbert/ColBERTSearcher.java b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/colbert/ColBERTSearcher.java index 61ca08b0a..0a13a9caf 100644 --- a/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/colbert/ColBERTSearcher.java +++ b/msmarco-ranking/src/main/java/ai/vespa/examples/searcher/colbert/ColBERTSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher.colbert; import ai.vespa.examples.colbert.ColbertConfig; diff --git a/msmarco-ranking/src/main/python/document-feed.py b/msmarco-ranking/src/main/python/document-feed.py index 31462240a..6dc6bf3ef 100755 --- a/msmarco-ranking/src/main/python/document-feed.py +++ b/msmarco-ranking/src/main/python/document-feed.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import json import sys diff --git a/msmarco-ranking/src/main/python/dump_passage_dev_qrels.py b/msmarco-ranking/src/main/python/dump_passage_dev_qrels.py index aed10bafd..c9c1e39f2 100755 --- a/msmarco-ranking/src/main/python/dump_passage_dev_qrels.py +++ b/msmarco-ranking/src/main/python/dump_passage_dev_qrels.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import ir_datasets diff --git a/msmarco-ranking/src/main/python/evaluate_document_run.py b/msmarco-ranking/src/main/python/evaluate_document_run.py index adeb486f2..2d5657130 100755 --- a/msmarco-ranking/src/main/python/evaluate_document_run.py +++ b/msmarco-ranking/src/main/python/evaluate_document_run.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import ir_datasets import json diff --git a/msmarco-ranking/src/main/python/evaluate_passage_run.py b/msmarco-ranking/src/main/python/evaluate_passage_run.py index b64ce688c..42128689e 100755 --- a/msmarco-ranking/src/main/python/evaluate_passage_run.py +++ b/msmarco-ranking/src/main/python/evaluate_passage_run.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import ir_datasets import json diff --git a/msmarco-ranking/src/main/python/model_export.py b/msmarco-ranking/src/main/python/model_export.py index 59951044d..8a0f5f38e 100755 --- a/msmarco-ranking/src/main/python/model_export.py +++ b/msmarco-ranking/src/main/python/model_export.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. from transformers import BertModel from transformers import BertPreTrainedModel diff --git a/msmarco-ranking/src/main/python/model_quantizer.py b/msmarco-ranking/src/main/python/model_quantizer.py index 9058d1358..8a3dd1c7f 100755 --- a/msmarco-ranking/src/main/python/model_quantizer.py +++ b/msmarco-ranking/src/main/python/model_quantizer.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # quantize model import sys diff --git a/msmarco-ranking/src/main/python/passage-feed.py b/msmarco-ranking/src/main/python/passage-feed.py index f3c81a632..864e66f8a 100755 --- a/msmarco-ranking/src/main/python/passage-feed.py +++ b/msmarco-ranking/src/main/python/passage-feed.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import json import sys diff --git a/msmarco-ranking/src/main/python/train.py b/msmarco-ranking/src/main/python/train.py index 324169701..20dd8c02d 100755 --- a/msmarco-ranking/src/main/python/train.py +++ b/msmarco-ranking/src/main/python/train.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # An example of training an LTR model using LightGBM diff --git a/msmarco-ranking/src/main/resources/configdefinitions/colbert.def b/msmarco-ranking/src/main/resources/configdefinitions/colbert.def index e2cefa7a8..3ef47c603 100644 --- a/msmarco-ranking/src/main/resources/configdefinitions/colbert.def +++ b/msmarco-ranking/src/main/resources/configdefinitions/colbert.def @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package=ai.vespa.examples.colbert diff --git a/msmarco-ranking/src/test/java/ai/vespa/examples/TokenizerFactory.java b/msmarco-ranking/src/test/java/ai/vespa/examples/TokenizerFactory.java index d16413202..73a97155c 100644 --- a/msmarco-ranking/src/test/java/ai/vespa/examples/TokenizerFactory.java +++ b/msmarco-ranking/src/test/java/ai/vespa/examples/TokenizerFactory.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples; import com.yahoo.config.FileReference; diff --git a/msmarco-ranking/src/test/java/ai/vespa/examples/docproc/ColBERTDocumentProcessorTest.java b/msmarco-ranking/src/test/java/ai/vespa/examples/docproc/ColBERTDocumentProcessorTest.java index 11487ad9f..5754ee48a 100644 --- a/msmarco-ranking/src/test/java/ai/vespa/examples/docproc/ColBERTDocumentProcessorTest.java +++ b/msmarco-ranking/src/test/java/ai/vespa/examples/docproc/ColBERTDocumentProcessorTest.java @@ -1,4 +1,4 @@ -//Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +//Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.docproc; import ai.vespa.examples.TokenizerFactory; diff --git a/msmarco-ranking/src/test/java/ai/vespa/examples/docproc/DenseDocumentEmbedderTest.java b/msmarco-ranking/src/test/java/ai/vespa/examples/docproc/DenseDocumentEmbedderTest.java index c403e67ac..0fef28c25 100644 --- a/msmarco-ranking/src/test/java/ai/vespa/examples/docproc/DenseDocumentEmbedderTest.java +++ b/msmarco-ranking/src/test/java/ai/vespa/examples/docproc/DenseDocumentEmbedderTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.docproc; diff --git a/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/QueryEmbeddingSearcherTest.java b/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/QueryEmbeddingSearcherTest.java index 059c7adf0..f31514701 100644 --- a/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/QueryEmbeddingSearcherTest.java +++ b/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/QueryEmbeddingSearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.examples.TokenizerFactory; diff --git a/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/ReRankingSearcherTest.java b/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/ReRankingSearcherTest.java index 770582898..7070acfcf 100644 --- a/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/ReRankingSearcherTest.java +++ b/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/ReRankingSearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.examples.TokenizerFactory; diff --git a/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/RetrievalSearcherTest.java b/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/RetrievalSearcherTest.java index 6fc94a0ad..323990f15 100644 --- a/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/RetrievalSearcherTest.java +++ b/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/RetrievalSearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import ai.vespa.examples.TokenizerFactory; diff --git a/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/TensorInputTest.java b/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/TensorInputTest.java index ef398195a..36b11b7b5 100644 --- a/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/TensorInputTest.java +++ b/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/TensorInputTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher; import com.yahoo.tensor.Tensor; diff --git a/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/colbert/ColbertSearcherTest.java b/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/colbert/ColbertSearcherTest.java index 7ada93f5d..eb43006fe 100644 --- a/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/colbert/ColbertSearcherTest.java +++ b/msmarco-ranking/src/test/java/ai/vespa/examples/searcher/colbert/ColbertSearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.examples.searcher.colbert; import ai.vespa.examples.colbert.ColbertConfig; diff --git a/multi-vector-indexing/README.md b/multi-vector-indexing/README.md index 101a6f61e..f99ce7293 100644 --- a/multi-vector-indexing/README.md +++ b/multi-vector-indexing/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/multi-vector-indexing/schemas/wiki.sd b/multi-vector-indexing/schemas/wiki.sd index c290688e6..1342a37a2 100644 --- a/multi-vector-indexing/schemas/wiki.sd +++ b/multi-vector-indexing/schemas/wiki.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema wiki { diff --git a/multi-vector-indexing/search/query-profiles/default.xml b/multi-vector-indexing/search/query-profiles/default.xml index c6277326c..b87e31a44 100644 --- a/multi-vector-indexing/search/query-profiles/default.xml +++ b/multi-vector-indexing/search/query-profiles/default.xml @@ -1,5 +1,5 @@ - + short-value diff --git a/multi-vector-indexing/services.xml b/multi-vector-indexing/services.xml index c3f88c121..37bb8f922 100644 --- a/multi-vector-indexing/services.xml +++ b/multi-vector-indexing/services.xml @@ -1,5 +1,5 @@ - + diff --git a/multilingual-search/README.md b/multilingual-search/README.md index 965941790..391ca5b16 100644 --- a/multilingual-search/README.md +++ b/multilingual-search/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/multilingual-search/ext/evaluate.py b/multilingual-search/ext/evaluate.py index 6e49d41c6..0ee63aa2e 100755 --- a/multilingual-search/ext/evaluate.py +++ b/multilingual-search/ext/evaluate.py @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import json import os import sys diff --git a/multilingual-search/schemas/doc.sd b/multilingual-search/schemas/doc.sd index 5fdbe764f..302b392f7 100644 --- a/multilingual-search/schemas/doc.sd +++ b/multilingual-search/schemas/doc.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema doc { diff --git a/multilingual-search/search/query-profiles/default.xml b/multilingual-search/search/query-profiles/default.xml index c6277326c..b87e31a44 100644 --- a/multilingual-search/search/query-profiles/default.xml +++ b/multilingual-search/search/query-profiles/default.xml @@ -1,5 +1,5 @@ - + short-value diff --git a/multilingual-search/services.xml b/multilingual-search/services.xml index 33ee14add..0db14770f 100644 --- a/multilingual-search/services.xml +++ b/multilingual-search/services.xml @@ -1,5 +1,5 @@ - + diff --git a/news/README.md b/news/README.md index 74229873d..8d2ce13d2 100644 --- a/news/README.md +++ b/news/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/news/app-1-getting-started/schemas/news.sd b/news/app-1-getting-started/schemas/news.sd index ba947e19e..66a865fe8 100644 --- a/news/app-1-getting-started/schemas/news.sd +++ b/news/app-1-getting-started/schemas/news.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema news { document news { diff --git a/news/app-1-getting-started/services.xml b/news/app-1-getting-started/services.xml index 457350aba..e04fb30c1 100644 --- a/news/app-1-getting-started/services.xml +++ b/news/app-1-getting-started/services.xml @@ -1,5 +1,5 @@ - + diff --git a/news/app-2-feed-and-query/schemas/news.sd b/news/app-2-feed-and-query/schemas/news.sd index e1582a5a3..8356ad703 100644 --- a/news/app-2-feed-and-query/schemas/news.sd +++ b/news/app-2-feed-and-query/schemas/news.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema news { document news { diff --git a/news/app-2-feed-and-query/services.xml b/news/app-2-feed-and-query/services.xml index 457350aba..e04fb30c1 100644 --- a/news/app-2-feed-and-query/services.xml +++ b/news/app-2-feed-and-query/services.xml @@ -1,5 +1,5 @@ - + diff --git a/news/app-3-searching/schemas/news.sd b/news/app-3-searching/schemas/news.sd index 61d6a4657..d0c17f2c7 100644 --- a/news/app-3-searching/schemas/news.sd +++ b/news/app-3-searching/schemas/news.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema news { document news { diff --git a/news/app-3-searching/services.xml b/news/app-3-searching/services.xml index 457350aba..e04fb30c1 100644 --- a/news/app-3-searching/services.xml +++ b/news/app-3-searching/services.xml @@ -1,5 +1,5 @@ - + diff --git a/news/app-5-recommendation/schemas/news.sd b/news/app-5-recommendation/schemas/news.sd index 58c73fec5..a1ffc56c5 100644 --- a/news/app-5-recommendation/schemas/news.sd +++ b/news/app-5-recommendation/schemas/news.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema news { document news { diff --git a/news/app-5-recommendation/schemas/user.sd b/news/app-5-recommendation/schemas/user.sd index 0a48c3e57..458a1b77a 100644 --- a/news/app-5-recommendation/schemas/user.sd +++ b/news/app-5-recommendation/schemas/user.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema user { document user { diff --git a/news/app-5-recommendation/search/query-profiles/types/root.xml b/news/app-5-recommendation/search/query-profiles/types/root.xml index 81460f138..c689bc38b 100644 --- a/news/app-5-recommendation/search/query-profiles/types/root.xml +++ b/news/app-5-recommendation/search/query-profiles/types/root.xml @@ -1,4 +1,4 @@ - + diff --git a/news/app-5-recommendation/services.xml b/news/app-5-recommendation/services.xml index 6b15dae97..fc37404eb 100644 --- a/news/app-5-recommendation/services.xml +++ b/news/app-5-recommendation/services.xml @@ -1,5 +1,5 @@ - + diff --git a/news/app-6-recommendation-with-searchers/pom.xml b/news/app-6-recommendation-with-searchers/pom.xml index 3d427c64a..a17f5d6ab 100644 --- a/news/app-6-recommendation-with-searchers/pom.xml +++ b/news/app-6-recommendation-with-searchers/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 ai.vespa.examples diff --git a/news/app-6-recommendation-with-searchers/src/main/application/schemas/news.sd b/news/app-6-recommendation-with-searchers/src/main/application/schemas/news.sd index 58c73fec5..a1ffc56c5 100644 --- a/news/app-6-recommendation-with-searchers/src/main/application/schemas/news.sd +++ b/news/app-6-recommendation-with-searchers/src/main/application/schemas/news.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema news { document news { diff --git a/news/app-6-recommendation-with-searchers/src/main/application/schemas/user.sd b/news/app-6-recommendation-with-searchers/src/main/application/schemas/user.sd index c03e92239..f7845a260 100644 --- a/news/app-6-recommendation-with-searchers/src/main/application/schemas/user.sd +++ b/news/app-6-recommendation-with-searchers/src/main/application/schemas/user.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema user { document user { diff --git a/news/app-6-recommendation-with-searchers/src/main/application/search/query-profiles/types/root.xml b/news/app-6-recommendation-with-searchers/src/main/application/search/query-profiles/types/root.xml index 81460f138..c689bc38b 100644 --- a/news/app-6-recommendation-with-searchers/src/main/application/search/query-profiles/types/root.xml +++ b/news/app-6-recommendation-with-searchers/src/main/application/search/query-profiles/types/root.xml @@ -1,4 +1,4 @@ - + diff --git a/news/app-6-recommendation-with-searchers/src/main/application/services.xml b/news/app-6-recommendation-with-searchers/src/main/application/services.xml index 3e2fe36ad..6da1fa591 100644 --- a/news/app-6-recommendation-with-searchers/src/main/application/services.xml +++ b/news/app-6-recommendation-with-searchers/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/news/app-6-recommendation-with-searchers/src/main/java/ai/vespa/example/UserProfileSearcher.java b/news/app-6-recommendation-with-searchers/src/main/java/ai/vespa/example/UserProfileSearcher.java index 4e9f29660..c44c11a62 100644 --- a/news/app-6-recommendation-with-searchers/src/main/java/ai/vespa/example/UserProfileSearcher.java +++ b/news/app-6-recommendation-with-searchers/src/main/java/ai/vespa/example/UserProfileSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example; import com.yahoo.prelude.query.WordItem; diff --git a/news/app-7-parent-child/pom.xml b/news/app-7-parent-child/pom.xml index 98adf209f..7b018231f 100644 --- a/news/app-7-parent-child/pom.xml +++ b/news/app-7-parent-child/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 ai.vespa.examples diff --git a/news/app-7-parent-child/src/main/application/schemas/category_ctr.sd b/news/app-7-parent-child/src/main/application/schemas/category_ctr.sd index 721767183..1fd5fde65 100644 --- a/news/app-7-parent-child/src/main/application/schemas/category_ctr.sd +++ b/news/app-7-parent-child/src/main/application/schemas/category_ctr.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema category_ctr { document category_ctr { diff --git a/news/app-7-parent-child/src/main/application/schemas/news.sd b/news/app-7-parent-child/src/main/application/schemas/news.sd index c4a97b291..5ff0b9b16 100644 --- a/news/app-7-parent-child/src/main/application/schemas/news.sd +++ b/news/app-7-parent-child/src/main/application/schemas/news.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema news { document news { diff --git a/news/app-7-parent-child/src/main/application/schemas/user.sd b/news/app-7-parent-child/src/main/application/schemas/user.sd index c03e92239..f7845a260 100644 --- a/news/app-7-parent-child/src/main/application/schemas/user.sd +++ b/news/app-7-parent-child/src/main/application/schemas/user.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema user { document user { diff --git a/news/app-7-parent-child/src/main/application/search/query-profiles/types/root.xml b/news/app-7-parent-child/src/main/application/search/query-profiles/types/root.xml index 81460f138..c689bc38b 100644 --- a/news/app-7-parent-child/src/main/application/search/query-profiles/types/root.xml +++ b/news/app-7-parent-child/src/main/application/search/query-profiles/types/root.xml @@ -1,4 +1,4 @@ - + diff --git a/news/app-7-parent-child/src/main/application/services.xml b/news/app-7-parent-child/src/main/application/services.xml index 53f2b5ac5..0f0ac079b 100644 --- a/news/app-7-parent-child/src/main/application/services.xml +++ b/news/app-7-parent-child/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/news/app-7-parent-child/src/main/java/ai/vespa/example/UserProfileSearcher.java b/news/app-7-parent-child/src/main/java/ai/vespa/example/UserProfileSearcher.java index 06e5c70ca..062329278 100644 --- a/news/app-7-parent-child/src/main/java/ai/vespa/example/UserProfileSearcher.java +++ b/news/app-7-parent-child/src/main/java/ai/vespa/example/UserProfileSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example; import com.yahoo.prelude.query.WordItem; diff --git a/news/src/python/convert_embeddings_to_vespa_format.py b/news/src/python/convert_embeddings_to_vespa_format.py index 5ceebbbfc..91fda9897 100755 --- a/news/src/python/convert_embeddings_to_vespa_format.py +++ b/news/src/python/convert_embeddings_to_vespa_format.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import os import io diff --git a/news/src/python/convert_to_vespa_format.py b/news/src/python/convert_to_vespa_format.py index 84e5e003e..c715e5c7c 100755 --- a/news/src/python/convert_to_vespa_format.py +++ b/news/src/python/convert_to_vespa_format.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import os import io diff --git a/news/src/python/create_bert_embeddings.py b/news/src/python/create_bert_embeddings.py index 0f1d1675f..ca156a8ff 100755 --- a/news/src/python/create_bert_embeddings.py +++ b/news/src/python/create_bert_embeddings.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import os import io diff --git a/news/src/python/create_category_ctrs.py b/news/src/python/create_category_ctrs.py index 65c36e731..158b5f4e3 100755 --- a/news/src/python/create_category_ctrs.py +++ b/news/src/python/create_category_ctrs.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import os import io diff --git a/news/src/python/evaluate.py b/news/src/python/evaluate.py index e366e338d..4d6f5c09a 100755 --- a/news/src/python/evaluate.py +++ b/news/src/python/evaluate.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import os import io diff --git a/news/src/python/metrics.py b/news/src/python/metrics.py index 4a6581da5..414569a2e 100755 --- a/news/src/python/metrics.py +++ b/news/src/python/metrics.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import numpy as np from sklearn.metrics import roc_auc_score diff --git a/news/src/python/mind_data.py b/news/src/python/mind_data.py index 849300a01..9488dcbe5 100755 --- a/news/src/python/mind_data.py +++ b/news/src/python/mind_data.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import os import io diff --git a/news/src/python/train_cold_start.py b/news/src/python/train_cold_start.py index cda41db4f..059f15374 100755 --- a/news/src/python/train_cold_start.py +++ b/news/src/python/train_cold_start.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import io import os diff --git a/news/src/python/train_mf.py b/news/src/python/train_mf.py index feb6c7444..cf7810f1b 100755 --- a/news/src/python/train_mf.py +++ b/news/src/python/train_mf.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import os import sys diff --git a/news/src/python/user_search.py b/news/src/python/user_search.py index a315e5f74..808478e1d 100755 --- a/news/src/python/user_search.py +++ b/news/src/python/user_search.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import sys import json diff --git a/pom.xml b/pom.xml index 719071b68..54d33d29c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 ai.vespa.examples diff --git a/semantic-qa-retrieval/README.md b/semantic-qa-retrieval/README.md index 8426f6539..0f4fabbae 100644 --- a/semantic-qa-retrieval/README.md +++ b/semantic-qa-retrieval/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/semantic-qa-retrieval/bin/convert-to-vespa-squad.py b/semantic-qa-retrieval/bin/convert-to-vespa-squad.py index 59b36053c..e68cd4a11 100755 --- a/semantic-qa-retrieval/bin/convert-to-vespa-squad.py +++ b/semantic-qa-retrieval/bin/convert-to-vespa-squad.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. from retrievalqaeval.sb_sed import infer_sentence_breaks import json diff --git a/semantic-qa-retrieval/bin/evaluation.py b/semantic-qa-retrieval/bin/evaluation.py index 7d01c0b64..9867fd4f6 100755 --- a/semantic-qa-retrieval/bin/evaluation.py +++ b/semantic-qa-retrieval/bin/evaluation.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import requests import json diff --git a/semantic-qa-retrieval/src/main/application/schemas/sentence.sd b/semantic-qa-retrieval/src/main/application/schemas/sentence.sd index 8b9b6778b..beced65cf 100644 --- a/semantic-qa-retrieval/src/main/application/schemas/sentence.sd +++ b/semantic-qa-retrieval/src/main/application/schemas/sentence.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema sentence { diff --git a/semantic-qa-retrieval/src/main/application/search/query-profiles/default.xml b/semantic-qa-retrieval/src/main/application/search/query-profiles/default.xml index f2dffd3c8..ef448dd86 100644 --- a/semantic-qa-retrieval/src/main/application/search/query-profiles/default.xml +++ b/semantic-qa-retrieval/src/main/application/search/query-profiles/default.xml @@ -1,2 +1,2 @@ - + diff --git a/semantic-qa-retrieval/src/main/application/services.xml b/semantic-qa-retrieval/src/main/application/services.xml index 3fd4d74ff..c2ef97d86 100644 --- a/semantic-qa-retrieval/src/main/application/services.xml +++ b/semantic-qa-retrieval/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/simple-semantic-search/README.md b/simple-semantic-search/README.md index 1b91c44a3..c6d669e97 100644 --- a/simple-semantic-search/README.md +++ b/simple-semantic-search/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/simple-semantic-search/export_hf_model_from_hf.py b/simple-semantic-search/export_hf_model_from_hf.py index 0f022563e..016c85190 100755 --- a/simple-semantic-search/export_hf_model_from_hf.py +++ b/simple-semantic-search/export_hf_model_from_hf.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # #This script exports an embedding model to be # used with https://docs.vespa.ai/en/embedding.html#huggingface-embedder diff --git a/simple-semantic-search/export_model_from_hf.py b/simple-semantic-search/export_model_from_hf.py index 32c957924..52bb68fb0 100755 --- a/simple-semantic-search/export_model_from_hf.py +++ b/simple-semantic-search/export_model_from_hf.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. from transformers import AutoModel, AutoTokenizer import torch diff --git a/simple-semantic-search/schemas/doc.sd b/simple-semantic-search/schemas/doc.sd index 725140ad2..fa884dca7 100644 --- a/simple-semantic-search/schemas/doc.sd +++ b/simple-semantic-search/schemas/doc.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # See https://docs.vespa.ai/en/schemas.html schema doc { diff --git a/simple-semantic-search/services.xml b/simple-semantic-search/services.xml index 3bb8a9c4d..d99300be4 100644 --- a/simple-semantic-search/services.xml +++ b/simple-semantic-search/services.xml @@ -1,5 +1,5 @@ - + diff --git a/test/README.md b/test/README.md index a8b8528f0..6c12291e4 100644 --- a/test/README.md +++ b/test/README.md @@ -1,4 +1,4 @@ - + # README testing diff --git a/test/_test_config.yml b/test/_test_config.yml index 69b11a9b8..ce1d50325 100644 --- a/test/_test_config.yml +++ b/test/_test_config.yml @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. urls: - multilingual-search/README.md diff --git a/test/pseudo_terminal.py b/test/pseudo_terminal.py index c9ab0fe50..5efb3c609 100644 --- a/test/pseudo_terminal.py +++ b/test/pseudo_terminal.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import os import re diff --git a/test/test.py b/test/test.py index 35b6dc2a2..76539b54a 100755 --- a/test/test.py +++ b/test/test.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import io import os diff --git a/text-image-search/README.md b/text-image-search/README.md index 0aa4d2610..487f6ec50 100644 --- a/text-image-search/README.md +++ b/text-image-search/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/text-image-search/pom.xml b/text-image-search/pom.xml index 3e38ede4c..ff0248cd1 100644 --- a/text-image-search/pom.xml +++ b/text-image-search/pom.xml @@ -1,5 +1,5 @@ - + - + diff --git a/text-image-search/src/main/java/ai/vespa/example/BPETokenizer.java b/text-image-search/src/main/java/ai/vespa/example/BPETokenizer.java index 33c9c7c15..b2c6ab4d9 100644 --- a/text-image-search/src/main/java/ai/vespa/example/BPETokenizer.java +++ b/text-image-search/src/main/java/ai/vespa/example/BPETokenizer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example; import com.yahoo.component.AbstractComponent; diff --git a/text-image-search/src/main/java/ai/vespa/example/TextEmbeddingSearcher.java b/text-image-search/src/main/java/ai/vespa/example/TextEmbeddingSearcher.java index 0347a801d..6047492d7 100644 --- a/text-image-search/src/main/java/ai/vespa/example/TextEmbeddingSearcher.java +++ b/text-image-search/src/main/java/ai/vespa/example/TextEmbeddingSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example; diff --git a/text-image-search/src/main/java/ai/vespa/example/Util.java b/text-image-search/src/main/java/ai/vespa/example/Util.java index e373ce678..35a0407a3 100644 --- a/text-image-search/src/main/java/ai/vespa/example/Util.java +++ b/text-image-search/src/main/java/ai/vespa/example/Util.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example; import com.yahoo.searchlib.rankingexpression.RankingExpression; diff --git a/text-image-search/src/main/resources/configdefinitions/bpe-tokenizer.def b/text-image-search/src/main/resources/configdefinitions/bpe-tokenizer.def index 06893bf0f..b0df7daad 100644 --- a/text-image-search/src/main/resources/configdefinitions/bpe-tokenizer.def +++ b/text-image-search/src/main/resources/configdefinitions/bpe-tokenizer.def @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package=ai.vespa.example diff --git a/text-image-search/src/python/README.md b/text-image-search/src/python/README.md index 1a1d07f82..454234419 100644 --- a/text-image-search/src/python/README.md +++ b/text-image-search/src/python/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/text-image-search/src/test/java/ai/vespa/example/ModelsTest.java b/text-image-search/src/test/java/ai/vespa/example/ModelsTest.java index e805f2c2a..d0b4be6df 100644 --- a/text-image-search/src/test/java/ai/vespa/example/ModelsTest.java +++ b/text-image-search/src/test/java/ai/vespa/example/ModelsTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> package ai.vespa.example; diff --git a/text-image-search/src/test/java/ai/vespa/example/TextEmbeddingSearcherTest.java b/text-image-search/src/test/java/ai/vespa/example/TextEmbeddingSearcherTest.java index 0524ecbf2..e7afe66b7 100644 --- a/text-image-search/src/test/java/ai/vespa/example/TextEmbeddingSearcherTest.java +++ b/text-image-search/src/test/java/ai/vespa/example/TextEmbeddingSearcherTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> package ai.vespa.example; diff --git a/text-search/README.md b/text-search/README.md index 85ddc065b..c6f3d76b4 100644 --- a/text-search/README.md +++ b/text-search/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/text-search/src/main/application/schemas/msmarco.sd b/text-search/src/main/application/schemas/msmarco.sd index e32c58ae3..c8b2edc22 100644 --- a/text-search/src/main/application/schemas/msmarco.sd +++ b/text-search/src/main/application/schemas/msmarco.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema msmarco { document msmarco { diff --git a/text-search/src/main/application/services.xml b/text-search/src/main/application/services.xml index 3bcaeccd9..bc36b5714 100644 --- a/text-search/src/main/application/services.xml +++ b/text-search/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/text-search/src/main/java/ai/vespa/example/text_search/site/SiteHandler.java b/text-search/src/main/java/ai/vespa/example/text_search/site/SiteHandler.java index 01665c9c0..4e961a3f3 100644 --- a/text-search/src/main/java/ai/vespa/example/text_search/site/SiteHandler.java +++ b/text-search/src/main/java/ai/vespa/example/text_search/site/SiteHandler.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.text_search.site; diff --git a/text-search/src/main/java/ai/vespa/example/text_search/site/data/SearchResults.java b/text-search/src/main/java/ai/vespa/example/text_search/site/data/SearchResults.java index f6dbcf2cd..c5bb74545 100644 --- a/text-search/src/main/java/ai/vespa/example/text_search/site/data/SearchResults.java +++ b/text-search/src/main/java/ai/vespa/example/text_search/site/data/SearchResults.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.text_search.site.data; diff --git a/text-search/src/main/java/ai/vespa/example/text_search/site/data/SimpleHttpClient.java b/text-search/src/main/java/ai/vespa/example/text_search/site/data/SimpleHttpClient.java index c13817770..36e033b12 100644 --- a/text-search/src/main/java/ai/vespa/example/text_search/site/data/SimpleHttpClient.java +++ b/text-search/src/main/java/ai/vespa/example/text_search/site/data/SimpleHttpClient.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.text_search.site.data; diff --git a/text-search/src/main/java/ai/vespa/example/text_search/site/data/SimpleQueryBuilder.java b/text-search/src/main/java/ai/vespa/example/text_search/site/data/SimpleQueryBuilder.java index 177b93acf..f1be031f7 100644 --- a/text-search/src/main/java/ai/vespa/example/text_search/site/data/SimpleQueryBuilder.java +++ b/text-search/src/main/java/ai/vespa/example/text_search/site/data/SimpleQueryBuilder.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.text_search.site.data; diff --git a/text-search/src/main/java/ai/vespa/example/text_search/site/view/HomeRenderer.java b/text-search/src/main/java/ai/vespa/example/text_search/site/view/HomeRenderer.java index 1809abb15..567784076 100644 --- a/text-search/src/main/java/ai/vespa/example/text_search/site/view/HomeRenderer.java +++ b/text-search/src/main/java/ai/vespa/example/text_search/site/view/HomeRenderer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.text_search.site.view; diff --git a/text-search/src/main/java/ai/vespa/example/text_search/site/view/SearchRenderer.java b/text-search/src/main/java/ai/vespa/example/text_search/site/view/SearchRenderer.java index afd1ba03e..e4a16c2f7 100644 --- a/text-search/src/main/java/ai/vespa/example/text_search/site/view/SearchRenderer.java +++ b/text-search/src/main/java/ai/vespa/example/text_search/site/view/SearchRenderer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.text_search.site.view; diff --git a/text-search/src/main/java/ai/vespa/example/text_search/site/view/SimpleHtmlBuilder.java b/text-search/src/main/java/ai/vespa/example/text_search/site/view/SimpleHtmlBuilder.java index de1775e74..31f1491a6 100644 --- a/text-search/src/main/java/ai/vespa/example/text_search/site/view/SimpleHtmlBuilder.java +++ b/text-search/src/main/java/ai/vespa/example/text_search/site/view/SimpleHtmlBuilder.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.text_search.site.view; diff --git a/text-search/src/main/java/ai/vespa/example/text_search/site/view/SimpleTemplate.java b/text-search/src/main/java/ai/vespa/example/text_search/site/view/SimpleTemplate.java index ac5cf21ac..6d7caa12f 100644 --- a/text-search/src/main/java/ai/vespa/example/text_search/site/view/SimpleTemplate.java +++ b/text-search/src/main/java/ai/vespa/example/text_search/site/view/SimpleTemplate.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.text_search.site.view; diff --git a/text-search/src/main/resources/templates/header.html.template b/text-search/src/main/resources/templates/header.html.template index 38ef5e6d5..4c3a37d24 100644 --- a/text-search/src/main/resources/templates/header.html.template +++ b/text-search/src/main/resources/templates/header.html.template @@ -1,5 +1,5 @@ - + diff --git a/text-search/src/test/java/ai/vespa/example/text_search/site/SimpleHtmlBuilderTest.java b/text-search/src/test/java/ai/vespa/example/text_search/site/SimpleHtmlBuilderTest.java index 3b89b1c51..f4fcf857c 100644 --- a/text-search/src/test/java/ai/vespa/example/text_search/site/SimpleHtmlBuilderTest.java +++ b/text-search/src/test/java/ai/vespa/example/text_search/site/SimpleHtmlBuilderTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.text_search.site; diff --git a/text-search/src/test/java/ai/vespa/example/text_search/site/SimpleTemplateTest.java b/text-search/src/test/java/ai/vespa/example/text_search/site/SimpleTemplateTest.java index 7cb8b33d4..a41015079 100644 --- a/text-search/src/test/java/ai/vespa/example/text_search/site/SimpleTemplateTest.java +++ b/text-search/src/test/java/ai/vespa/example/text_search/site/SimpleTemplateTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.text_search.site; diff --git a/transformers/README.md b/transformers/README.md index 8c616c626..e717e960f 100644 --- a/transformers/README.md +++ b/transformers/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/transformers/application/schemas/msmarco.sd b/transformers/application/schemas/msmarco.sd index b7e3982fe..544599257 100644 --- a/transformers/application/schemas/msmarco.sd +++ b/transformers/application/schemas/msmarco.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema msmarco { document msmarco { diff --git a/transformers/application/services.xml b/transformers/application/services.xml index f97e40042..259d14fbc 100644 --- a/transformers/application/services.xml +++ b/transformers/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/use-case-shopping/README.md b/use-case-shopping/README.md index 0220b615e..b84ccf41d 100644 --- a/use-case-shopping/README.md +++ b/use-case-shopping/README.md @@ -1,4 +1,4 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/use-case-shopping/convert_meta.py b/use-case-shopping/convert_meta.py index 04b806f72..3af715d60 100755 --- a/use-case-shopping/convert_meta.py +++ b/use-case-shopping/convert_meta.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import sys import time diff --git a/use-case-shopping/convert_reviews.py b/use-case-shopping/convert_reviews.py index f3434fe02..691395f13 100755 --- a/use-case-shopping/convert_reviews.py +++ b/use-case-shopping/convert_reviews.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import sys import time diff --git a/use-case-shopping/create_suggestions.py b/use-case-shopping/create_suggestions.py index 991f6a8b9..b94e7969e 100755 --- a/use-case-shopping/create_suggestions.py +++ b/use-case-shopping/create_suggestions.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. import sys import json diff --git a/use-case-shopping/src/main/application/schemas/item.sd b/use-case-shopping/src/main/application/schemas/item.sd index cc65baab8..9da2e0308 100644 --- a/use-case-shopping/src/main/application/schemas/item.sd +++ b/use-case-shopping/src/main/application/schemas/item.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema item { diff --git a/use-case-shopping/src/main/application/schemas/query.sd b/use-case-shopping/src/main/application/schemas/query.sd index 08c855c35..c82ca5022 100644 --- a/use-case-shopping/src/main/application/schemas/query.sd +++ b/use-case-shopping/src/main/application/schemas/query.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema query { diff --git a/use-case-shopping/src/main/application/schemas/review.sd b/use-case-shopping/src/main/application/schemas/review.sd index c38e7ee7b..cc9fd0048 100644 --- a/use-case-shopping/src/main/application/schemas/review.sd +++ b/use-case-shopping/src/main/application/schemas/review.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema review { diff --git a/use-case-shopping/src/main/application/services.xml b/use-case-shopping/src/main/application/services.xml index 99ff5b000..d3203a821 100644 --- a/use-case-shopping/src/main/application/services.xml +++ b/use-case-shopping/src/main/application/services.xml @@ -1,5 +1,5 @@ - + diff --git a/use-case-shopping/src/main/bash/download_models.sh b/use-case-shopping/src/main/bash/download_models.sh index 286cef41b..3b5b57c29 100755 --- a/use-case-shopping/src/main/bash/download_models.sh +++ b/use-case-shopping/src/main/bash/download_models.sh @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #!/bin/bash DIR="$1" diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/ReviewProcessor.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/ReviewProcessor.java index 0a5be8999..6c1806cb0 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/ReviewProcessor.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/ReviewProcessor.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/SuggestionSearcher.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/SuggestionSearcher.java index e4040dde6..5f8103daa 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/SuggestionSearcher.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/SuggestionSearcher.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping; import com.yahoo.component.annotation.Inject; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/SiteHandler.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/SiteHandler.java index 5c6e7fcb9..012f64320 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/SiteHandler.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/SiteHandler.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Categories.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Categories.java index 0fcd4b711..98c19b1ce 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Categories.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Categories.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.data; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Item.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Item.java index c38292588..a8c138a13 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Item.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Item.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.data; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Promoted.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Promoted.java index 78e4d5fde..7429296fd 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Promoted.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Promoted.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.data; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/ReviewVote.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/ReviewVote.java index 17c2b37da..830dc2be1 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/ReviewVote.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/ReviewVote.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.data; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Reviews.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Reviews.java index 4468bcf09..acc8e8b73 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Reviews.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/Reviews.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.data; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SearchResults.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SearchResults.java index 6841691a7..10840af3a 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SearchResults.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SearchResults.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.data; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SimpleHttpClient.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SimpleHttpClient.java index 447769722..0d08912cc 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SimpleHttpClient.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SimpleHttpClient.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.data; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SimpleQueryBuilder.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SimpleQueryBuilder.java index f272913a8..937d086fb 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SimpleQueryBuilder.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/data/SimpleQueryBuilder.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.data; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/HomeRenderer.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/HomeRenderer.java index e02f9e76d..b4534d978 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/HomeRenderer.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/HomeRenderer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.view; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/ItemRenderer.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/ItemRenderer.java index 6fdbf8a40..41fbec5fb 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/ItemRenderer.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/ItemRenderer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.view; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/ReviewRenderer.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/ReviewRenderer.java index 9723e9462..dc44ea06e 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/ReviewRenderer.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/ReviewRenderer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.view; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SearchRenderer.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SearchRenderer.java index 1291a5283..2820fb759 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SearchRenderer.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SearchRenderer.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.view; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SimpleHtmlBuilder.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SimpleHtmlBuilder.java index a4e388ee1..2b86c8b06 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SimpleHtmlBuilder.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SimpleHtmlBuilder.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.view; diff --git a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SimpleTemplate.java b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SimpleTemplate.java index 2e95d2a17..ffb3e222a 100644 --- a/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SimpleTemplate.java +++ b/use-case-shopping/src/main/java/ai/vespa/example/shopping/site/view/SimpleTemplate.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site.view; diff --git a/use-case-shopping/src/main/resources/templates/header.html.template b/use-case-shopping/src/main/resources/templates/header.html.template index 98cfc5f16..778c3da50 100644 --- a/use-case-shopping/src/main/resources/templates/header.html.template +++ b/use-case-shopping/src/main/resources/templates/header.html.template @@ -1,5 +1,5 @@ - + diff --git a/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleHtmlBuilderTest.java b/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleHtmlBuilderTest.java index 298141095..79d332515 100644 --- a/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleHtmlBuilderTest.java +++ b/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleHtmlBuilderTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site; diff --git a/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleQueryBuilderTest.java b/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleQueryBuilderTest.java index 6dd16b28e..0910d7380 100644 --- a/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleQueryBuilderTest.java +++ b/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleQueryBuilderTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site; diff --git a/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleTemplateTest.java b/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleTemplateTest.java index 59958a979..6c0548de6 100644 --- a/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleTemplateTest.java +++ b/use-case-shopping/src/test/java/ai/vespa/example/shopping/site/SimpleTemplateTest.java @@ -1,4 +1,4 @@ -// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.example.shopping.site; diff --git a/vector-streaming-search/README.md b/vector-streaming-search/README.md index ae3403e91..092cbcd4f 100644 --- a/vector-streaming-search/README.md +++ b/vector-streaming-search/README.md @@ -1,5 +1,5 @@ - + ![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png) diff --git a/vector-streaming-search/schemas/mail.sd b/vector-streaming-search/schemas/mail.sd index 12be6a792..cf88e4643 100644 --- a/vector-streaming-search/schemas/mail.sd +++ b/vector-streaming-search/schemas/mail.sd @@ -1,4 +1,4 @@ -# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema mail { document mail { diff --git a/vector-streaming-search/services.xml b/vector-streaming-search/services.xml index 932a6b7d1..25e5c833c 100644 --- a/vector-streaming-search/services.xml +++ b/vector-streaming-search/services.xml @@ -1,5 +1,5 @@ - +