You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# search-api-v2
2
-
API and synchronisation worker for general site search on GOV.UK
2
+
API and synchronisation worker for general site search on GOV.UK.
3
3
4
-
This application powers the new site search for GOV.UK using Google Cloud Platform (GCP)'s [Vertex
5
-
AI Search][vertex-docs] ("Discovery Engine") product as its underlying search engine. It provides
4
+
This application powers the new site search for GOV.UK using Google Cloud Platform (GCP)'s [Agent
5
+
Search][agent-search-docs] ("Discovery Engine") product as its underlying search engine. It provides
6
6
two core pieces of functionality:
7
7
- An API that is "minimally compatible" with the existing `search-api` REST interface to the extent
8
8
necessary to power the ["site search" (`/search/all`) finder][search-all-finder].
@@ -31,7 +31,7 @@ make search-api-v2
31
31
#### Prerequisites
32
32
33
33
1. You must be a member of the integration gcp access google group: govuk-gcp-access-integration@digital.cabinet-office.gov.uk
34
-
2. You will need the email address of the custom search-api-v2 integration service account. This is the service account used by Search API v2 running in integration to authenticate its requests to Google Vertex AI Search.
34
+
2. You will need the email address of the custom search-api-v2 integration service account. This is the service account used by Search API v2 running in integration to authenticate its requests to Discovery Engine.
35
35
36
36
The email address can be found under *IAM and admin > Service Accounts* in the __Search API V2 Integration__ project at https://console.cloud.google.com.
37
37
@@ -103,14 +103,14 @@ time being, it is intentionally not a complete replacement for [Search API][sear
103
103
See [Search API compatibility](docs/search_api_compatibility.md) for more information about our
104
104
compatibility design choices.
105
105
106
-
## "Vertex" vs "Discovery Engine"
107
-
The marketing name of the search product we use (_Google Vertex AI Search and Conversation_) has
108
-
undergone several changes while this application was first developed, and some concepts have
109
-
different naming in the Google Cloud Platform UI compared to the actual underlying APIs themselves.
106
+
## "Agent Search" vs "Discovery Engine"
107
+
The marketing name of the search product we use (_Google Cloud Agent Search_) has
108
+
undergone several changes since this application was first developed, and some concepts have
109
+
different naming in the Google Cloud Platform UI compared to the actual underlying APIs.
110
110
111
-
We have chosen to exclusively use the more stable API naming (_Discovery Engine_, _engine_ instead
111
+
We prefer to use the more stable API naming (_Discovery Engine_, _engine_ instead
112
112
of _app_, etc.) throughout the codebase and documentation to avoid having to rename things as the
113
-
product reached general availability, but you may see the terms "Vertex" or "Vertex Search" as well
113
+
product reached general availability, but you may see the terms "Agent Search" as well
114
114
as some other marketing terms used in some project artefacts.
115
115
116
116
## Related projects
@@ -120,7 +120,7 @@ as some other marketing terms used in some project artefacts.
120
120
replicates
121
121
- [`search-api-v2-beta-features`][search-api-v2-beta-features]: Runs evaluations for site-search. Also used to experiment with Google Discovery Engine beta features.
0 commit comments