diff --git a/src/cpr_sdk/version.py b/src/cpr_sdk/version.py index 2457b77..15a4ea8 100644 --- a/src/cpr_sdk/version.py +++ b/src/cpr_sdk/version.py @@ -1,6 +1,6 @@ _MAJOR = "1" _MINOR = "3" -_PATCH = "11" +_PATCH = "12" _SUFFIX = "" VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR) diff --git a/tests/local_vespa/docker-compose.dev.yml b/tests/local_vespa/docker-compose.dev.yml index 2b2e567..91f6519 100644 --- a/tests/local_vespa/docker-compose.dev.yml +++ b/tests/local_vespa/docker-compose.dev.yml @@ -1,4 +1,3 @@ -version: "3.7" services: vespadaltest: image: vespaengine/vespa:8.396.18 diff --git a/tests/local_vespa/test_app/schemas/document_passage.sd b/tests/local_vespa/test_app/schemas/document_passage.sd index 1f58b60..e279cd0 100644 --- a/tests/local_vespa/test_app/schemas/document_passage.sd +++ b/tests/local_vespa/test_app/schemas/document_passage.sd @@ -64,29 +64,29 @@ schema document_passage { import field search_weights_ref.passage_weight as passage_weight {} fieldset default { - fields: text_block, text_embedding + fields: text_block } document-summary search_summary { - summary family_name type string {} - summary family_description type string {} - summary family_import_id type string {} - summary family_slug type string {} - summary family_category type string {} - summary family_publication_ts type string {} - summary family_geography type string {} - summary family_source type string {} - summary document_import_id type string {} - summary document_slug type string {} - summary document_languages type array {} - summary document_content_type type string {} - summary document_cdn_object type string {} - summary document_source_url type string {} - summary text_block type string {} - summary text_block_id type string {} - summary text_block_type type string {} - summary text_block_page type int {} - summary text_block_coords type array> {} + summary family_name {} + summary family_description {} + summary family_import_id {} + summary family_slug {} + summary family_category {} + summary family_publication_ts {} + summary family_geography {} + summary family_source {} + summary document_import_id {} + summary document_slug {} + summary document_languages {} + summary document_content_type {} + summary document_cdn_object {} + summary document_source_url {} + summary text_block {} + summary text_block_id {} + summary text_block_type {} + summary text_block_page {} + summary text_block_coords {} } rank-profile exact inherits default { diff --git a/tests/local_vespa/test_app/schemas/family_document.sd b/tests/local_vespa/test_app/schemas/family_document.sd index c64360b..e62d6df 100644 --- a/tests/local_vespa/test_app/schemas/family_document.sd +++ b/tests/local_vespa/test_app/schemas/family_document.sd @@ -155,7 +155,7 @@ schema family_document { import field search_weights_ref.description_weight as description_weight {} fieldset default { - fields: family_name_index, family_description_index, family_description_embedding + fields: family_name_index, family_description_index } rank-profile exact inherits default {