google-apis-discoveryengine_v1beta 0.34.0 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41fd480f71256022ce11404b2e11978a7108c30da9d4848ef62221b7abd8e79f
|
|
4
|
+
data.tar.gz: 78c9b1135bf5ffc4f57948ee8244154717e707bdb62c3aa6bf154c33e78456a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 543b816a056325ae0f143d48ec7c7fb02df11a2239ac4bd0864bd79eb1b1e95f2674ab19cfec9a19b0838b7c0d4723020105766044e9ef8de533965d5f405282
|
|
7
|
+
data.tar.gz: 9128cd4c30d28f40475112ba14da6a689d152f27d264b0cec35d0636723eaa45733293fbc8b06acd92ce2ce198343b29fccb606feccfe11e058fae5c4d61f069
|
data/CHANGELOG.md
CHANGED
|
@@ -1429,7 +1429,7 @@ module Google
|
|
|
1429
1429
|
end
|
|
1430
1430
|
end
|
|
1431
1431
|
|
|
1432
|
-
#
|
|
1432
|
+
# Failed due to insufficient quota.
|
|
1433
1433
|
class GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure
|
|
1434
1434
|
include Google::Apis::Core::Hashable
|
|
1435
1435
|
|
|
@@ -3342,7 +3342,7 @@ module Google
|
|
|
3342
3342
|
end
|
|
3343
3343
|
end
|
|
3344
3344
|
|
|
3345
|
-
#
|
|
3345
|
+
# Failed due to insufficient quota.
|
|
3346
3346
|
class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
|
|
3347
3347
|
include Google::Apis::Core::Hashable
|
|
3348
3348
|
|
|
@@ -7583,7 +7583,20 @@ module Google
|
|
|
7583
7583
|
# @return [Array<String>]
|
|
7584
7584
|
attr_accessor :oneway_synonyms_control_ids
|
|
7585
7585
|
|
|
7586
|
-
#
|
|
7586
|
+
# The ranking expression controls the customized ranking on retrieval documents.
|
|
7587
|
+
# To leverage this, document embedding is required. The ranking expression
|
|
7588
|
+
# setting in ServingConfig applies to all search requests served by the serving
|
|
7589
|
+
# config. However, if SearchRequest.ranking_expression is specified, it
|
|
7590
|
+
# overrides the ServingConfig ranking expression. The ranking expression is a
|
|
7591
|
+
# single function or multiple functions that are joined by "+". *
|
|
7592
|
+
# ranking_expression = function, ` " + ", function `; Supported functions: *
|
|
7593
|
+
# double * relevance_score * double * dotProduct(embedding_field_path) Function
|
|
7594
|
+
# variables: relevance_score: pre-defined keywords, used for measure relevance
|
|
7595
|
+
# between query and document. embedding_field_path: the document embedding field
|
|
7596
|
+
# used with query embedding vector. dotProduct: embedding function between
|
|
7597
|
+
# embedding_field_path and query embedding vector. Example ranking expression:
|
|
7598
|
+
# If document has an embedding field doc_embedding, the ranking expression could
|
|
7599
|
+
# be 0.5 * relevance_score + 0.3 * dotProduct(doc_embedding).
|
|
7587
7600
|
# Corresponds to the JSON property `rankingExpression`
|
|
7588
7601
|
# @return [String]
|
|
7589
7602
|
attr_accessor :ranking_expression
|
|
@@ -7898,7 +7911,7 @@ module Google
|
|
|
7898
7911
|
end
|
|
7899
7912
|
end
|
|
7900
7913
|
|
|
7901
|
-
#
|
|
7914
|
+
# Failed due to insufficient quota.
|
|
7902
7915
|
class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReasonQuotaFailure
|
|
7903
7916
|
include Google::Apis::Core::Hashable
|
|
7904
7917
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1beta
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.35.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240213"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.35.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-02-
|
|
11
|
+
date: 2024-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.35.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|