Skip to content

Commit bae6d51

Browse files
authored
chore: enable librarian generation for google-cloud-vectorsearch (#16741)
1 parent 542857d commit bae6d51

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3777,7 +3777,6 @@ libraries:
37773777
keep:
37783778
- CHANGELOG.md
37793779
- docs/CHANGELOG.md
3780-
skip_generate: true
37813780
python:
37823781
name_pretty_override: Vector Search API
37833782
product_documentation_override: https://docs.cloud.google.com/vertex-ai/docs/vector-search-2/overview
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"api_description": "The Vector Search API provides a fully-managed, highly performant, and\nscalable vector database designed to power next-generation search,\nrecommendation, and generative AI applications. It allows you to store,\nindex, and query your data and its corresponding vector embeddings through\na simple, intuitive interface. With Vector Search, you can define custom\nschemas for your data, insert objects with associated metadata,\nautomatically generate embeddings from your data, and perform fast\napproximate nearest neighbor (ANN) searches to find semantically similar\nitems at scale.",
3-
"api_id": "vectorsearch.googleapis.com",
4-
"api_shortname": "vectorsearch",
5-
"client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-vectorsearch/latest",
6-
"default_version": "v1",
7-
"distribution_name": "google-cloud-vectorsearch",
8-
"issue_tracker": "https://issuetracker.google.com/issues/new?component=1899904",
9-
"language": "python",
10-
"library_type": "GAPIC_AUTO",
11-
"name": "google-cloud-vectorsearch",
12-
"name_pretty": "Vector Search API",
13-
"product_documentation": "https://docs.cloud.google.com/vertex-ai/docs/vector-search-2/overview",
14-
"release_level": "preview",
15-
"repo": "googleapis/google-cloud-python"
16-
}
2+
"api_description": "The Vector Search API provides a fully-managed, highly performant, and\nscalable vector database designed to power next-generation search,\nrecommendation, and generative AI applications. It allows you to store,\nindex, and query your data and its corresponding vector embeddings through\na simple, intuitive interface. With Vector Search, you can define custom\nschemas for your data, insert objects with associated metadata,\nautomatically generate embeddings from your data, and perform fast\napproximate nearest neighbor (ANN) searches to find semantically similar\nitems at scale.",
3+
"api_id": "vectorsearch.googleapis.com",
4+
"api_shortname": "vectorsearch",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-vectorsearch/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-vectorsearch",
8+
"issue_tracker": "https://issuetracker.google.com/issues/new?component=1899904",
9+
"language": "python",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "google-cloud-vectorsearch",
12+
"name_pretty": "Vector Search API",
13+
"product_documentation": "https://docs.cloud.google.com/vertex-ai/docs/vector-search-2/overview",
14+
"release_level": "preview",
15+
"repo": "googleapis/google-cloud-python"
16+
}

0 commit comments

Comments
 (0)