Commit graph

33 commits

Author SHA1 Message Date
Google APIs
99ac92146f feat: support conversational / multi-turn search
feat: support search summarization
feat: support structural search features
feat: support image search
feat: added query expansion details in search response
feat: support bring your own embedding feature
feat: support tail suggestions in completion API
feat: allow uri in user events
chore: deprecate SnippetSpec max_snippet_count and reference_only
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 561158238
2023-08-29 15:41:24 -07:00
Google APIs
16136d3f0c feat: supported bring your own embedding feature
feat: added more options for search extractive content support
feat: added more skip reasons and details for search summarization
feat: added query expansion details in search response
feat: updated summarization interface for multi-turn search
feat: allow uri in user events
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 561042278
2023-08-29 08:49:47 -07:00
Google APIs
16ebd6c483 feat: support conversational / multi-turn search
feat: support tail suggestions in completion API
feat: support image search
feat: add skip reason for search summarization
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 551559583
2023-07-27 09:48:36 -07:00
Google APIs
e370985f5b feat: promote to GA
PiperOrigin-RevId: 549664236
2023-07-20 10:05:08 -07:00
Google APIs
e491475a02 feat: support extractive content in search
feat: add redirected uri in search response
feat: support docx/pptx/txt/csv in allowed data format
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 541013898
2023-06-16 15:04:25 -07:00
Google APIs
c7cb9570e0 fix: Include factory methods only for discoveryengine/v1 services
PiperOrigin-RevId: 540657662
2023-06-15 12:28:25 -07:00
Google APIs
f07f71c150 fix!: remove the summarization feature from v1 version
PiperOrigin-RevId: 538214109
2023-06-06 09:54:35 -07:00
Google APIs
7aa4185605 chore(ruby): Configure clients for google-cloud-discovery_engine
PiperOrigin-RevId: 537330405
2023-06-02 09:23:55 -07:00
Google APIs
985b6516d4 chore: update the documentation uri
PiperOrigin-RevId: 537225900
2023-06-01 23:07:19 -07:00
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
5f29cc976e feat: add discovery engine v1 library for enterprise search
PiperOrigin-RevId: 534896621
2023-05-24 10:34:26 -07:00
Google APIs
eb5ac9d38c feat: allow users to specify id field in documents gcs import
feat: add LRO API for schema service
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 534894398
2023-05-24 10:28:26 -07:00
Google APIs
11b9e3940f fix: fix the field name typo for search service user_labels
Note: this might be a breaking change for libraries that already released the previous change. Since it's a beta API, we will make it a minor version bump.
PiperOrigin-RevId: 532522130
2023-05-16 11:31:01 -07:00
Google APIs
30ead45608 chore(ruby): Configure clients for google-cloud-discovery_engine
PiperOrigin-RevId: 531091029
2023-05-10 21:49:05 -07:00
Google APIs
81343122cd chore: configure discovery engine client for new php surface
PiperOrigin-RevId: 531024449
2023-05-10 15:43:53 -07:00
Google APIs
1392f67054 feat: enable safe search feature for site search
feat: allow users to provide user info in search
feat: allow users to provide additional labels in search

PiperOrigin-RevId: 530991570
2023-05-10 13:32:24 -07:00
Google APIs
32e0dc1277 feat: add document purge API
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 528071547
2023-04-28 22:14:28 -07:00
Google APIs
cb802d9a40 feat: add search, autocomplete and schema services
feat: add unstructured document support (PDF/HTML)
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 526041628
2023-04-21 08:23:44 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
95410d763c feat: add additional resource path with collections
feat: document schema id is no longer required
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 518297793
2023-03-21 09:36:45 -07:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
b0f2af1e9b feat(typescript): enable REST transport
To use REST transport, pass {fallback: "rest"} to the client constructor.

PiperOrigin-RevId: 512747300
2023-02-27 15:25:03 -08:00
Google APIs
d02e58244d chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 506711567
2023-02-02 13:42:30 -08:00
Google APIs
95327f5a43 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 502805862
2023-01-18 01:37:08 -08:00
Google APIs
44fdfc1627 chore(bazel): update rules_gapic to v0.19.2
chore(bazel): update gapic-generator-go to v0.33.5

chore(bazel): refactor Go longrunning submodule dependency

PiperOrigin-RevId: 493899901
2022-12-08 08:17:59 -08:00
Google APIs
758f0d1217 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
013b7e1deb chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
807125e795 chore: Set rest_numeric_enums = False for all gapic rules explicitly
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
51fd0bf254 feat: allow recommendation users to set user labels in the request
feat: add more long running operation path bindings

PiperOrigin-RevId: 483996440
2022-10-26 09:54:51 -07:00
Google APIs
9700deb555 feat!: rename fields errors_config to error_config
PiperOrigin-RevId: 481043877
2022-10-13 20:01:44 -07:00
Google APIs
4d78f32ab3 docs!: mark PanelInfo.panel_id as required
PiperOrigin-RevId: 480718581
2022-10-12 14:29:57 -07:00
Google APIs
080b9f75df feat: added initial version for discovery engine v1beta
PiperOrigin-RevId: 476450645
2022-09-23 13:35:18 -07:00