Changelog

0.11.11 (2024-04-15)

Features

  • add advanced engine model APIs (4b3e751)

  • add answer generation APIs (4b3e751)

  • add project provision and terms APIs (4b3e751)

  • add standalone grounding API (4b3e751)

  • add standalone ranking API (4b3e751)

  • promote blending search to v1 (4b3e751)

  • promote healthcare search to v1 (4b3e751)

  • promote online chunking search to v1 (4b3e751)

  • promote recommendation service to v1 (4b3e751)

  • support advanced search boosting (4b3e751)

  • support boost/bury on multi-turn search (4b3e751)

  • support import data from Cloud Spanner, BigTable, SQL and Firestore (4b3e751)

Documentation

  • keep the API doc up-to-date with recent changes (4b3e751)

0.11.10 (2024-03-12)

Features

  • add billing estimation services (9b1d014)

  • add document processing config services (9b1d014)

  • add search tuning services (9b1d014)

  • add serving config services (9b1d014)

  • add suggestion deny list import/purge services (9b1d014)

  • allow setting schema on schema creation (9b1d014)

  • support acl-based and blended search (9b1d014)

  • support batch documents purge with GCS input (9b1d014)

  • support boost in multi-turn search (9b1d014)

  • support chunk-based document search (9b1d014)

  • support search adaptor based search (9b1d014)

Documentation

  • keep the API doc up-to-date with recent changes (9b1d014)

0.11.9 (2024-03-05)

Bug Fixes

0.11.8 (2024-02-22)

Features

  • Add data store, engine, serving config and site search engine services (00cf69e)

  • Add engine support for multi-turn search and search APIs (00cf69e)

  • Add suggestion deny list import/purge APIs (00cf69e)

  • Support search summarization with citations and references (00cf69e)

Bug Fixes

  • [Many APIs] fix ValueError in test__validate_universe_domain (#12282) (b985096)

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12306) (1e787f2)

Documentation

  • Keep the API doc up-to-date with recent changes (00cf69e)

0.11.7 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency (c721248)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (c721248)

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (c721248)

0.11.6 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12240) (d51f832)

0.11.5 (2023-12-13)

Features

  • v1alpha: add engine support for conversational engine service (9b171b1)

  • v1alpha: add search tuning service (9b171b1)

  • v1alpha: add site search engine service (9b171b1)

  • v1alpha: support search summarization with citations and references (9b171b1)

Documentation

  • v1alpha: keep the API doc up-to-date with recent changes (9b171b1)

0.11.4 (2023-12-07)

Features

  • Add support for python 3.12 (fb6f9db)

  • Introduce compatibility with native namespace packages (fb6f9db)

Bug Fixes

  • Require proto-plus >= 1.22.3 (fb6f9db)

  • Use retry_async instead of retry in async client (fb6f9db)

0.11.3 (2023-11-13)

Features

  • [google-cloud-discoveryengine] add data store and engine services (#12017) (ac7c891)

0.11.2 (2023-10-10)

Features

  • add v1alpha public library for discoveryengine (#11796) (e9ccb06)

0.11.1 (2023-09-19)

Documentation

0.11.0 (2023-08-31)

Features

  • added more options for search extractive content support (1b1f1b3)

  • added more skip reasons and details for search summarization (1b1f1b3)

  • added query expansion details in search response (1b1f1b3)

  • allow uri in user events (1b1f1b3)

  • support bring your own embedding feature (1b1f1b3)

  • support conversational / multi-turn search (1b1f1b3)

  • support image search (1b1f1b3)

  • support search summarization (1b1f1b3)

  • support structural search features (1b1f1b3)

  • support tail suggestions in completion API (1b1f1b3)

  • updated summarization interface for multi-turn search (1b1f1b3)

Documentation

  • keep the API doc up-to-date with recent changes (1b1f1b3)

0.10.0 (2023-08-03)

Features

  • add skip reason for search summarization (2058c1f)

  • support conversational / multi-turn search (2058c1f)

  • support image search (2058c1f)

  • support tail suggestions in completion API (2058c1f)

Documentation

  • keep the API doc up-to-date with recent changes (2058c1f)

0.9.1 (2023-07-05)

Bug Fixes

0.9.0 (2023-06-19)

Features

  • add redirect_uri in search response (7c48e6a)

  • support docx/pptx/txt/csv in allowed data format (7c48e6a)

  • support extractive content in search (7c48e6a)

Documentation

  • keep the API doc up-to-date with recent changes (7c48e6a)

0.8.1 (2023-06-07)

Bug Fixes

  • remove the summarization feature from v1 version (#11375) (9336efb)

0.8.0 (2023-05-25)

Features

  • v1: add discovery engine v1 client library (10671ec)

  • v1beta: add LRO API for schema service (10671ec)

  • v1beta: allow users to specify id field in documents gcs import (10671ec)

Documentation

  • v1beta: keep the API doc up-to-date with recent changes (10671ec)

0.7.0 (2023-05-17)

Features

  • allow users to provide additional labels in search (c6addce)

  • allow users to provide user info in search (c6addce)

  • enable safe search feature for site search (c6addce)

0.6.0 (2023-05-04)

Features

0.5.0 (2023-04-21)

Features

  • add search, autocomplete and schema services (5e1e0af)

  • add unstructured document support (PDF/HTML) (5e1e0af)

Documentation

  • keep the API doc up-to-date with recent changes (5e1e0af)

0.4.1 (2023-03-25)

Documentation

0.4.0 (2023-03-22)

Features

  • add additional resource path with collections (68d329e)

  • document schema id is no longer required (68d329e)

Documentation

  • keep the API doc up-to-date with recent changes (68d329e)

0.3.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (900a608)

Documentation

  • Add documentation for enums (900a608)

0.3.0 (2023-01-10)

Features

0.2.1 (2022-12-06)

Bug Fixes

  • deps: Require google-api-core >=1.34.0, >=2.11.0 (e477ab2)

  • Drop usage of pkg_resources (e477ab2)

  • Fix timeout default values (e477ab2)

Documentation

  • samples: Snippetgen should call await on the operation coroutine before calling result (e477ab2)

0.2.0 (2022-11-10)

Features

  • Add typing to proto.Message based class attributes (a6cbc16)

Documentation

  • samples: Snippetgen handling of repeated enum field (a6cbc16)

0.1.1 (2022-11-02)

Features

  • add initial files for google.cloud.discoveryengine.v1beta (84b3b3b)

Changelog