-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy path.repo-metadata.json
More file actions
16 lines (16 loc) · 1.19 KB
/
.repo-metadata.json
File metadata and controls
16 lines (16 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"api_shortname": "vectorsearch",
"name_pretty": "Vector Search API",
"product_documentation": "https://docs.cloud.google.com/vertex-ai/docs/vector-search/overview",
"api_description": "The Vector Search API provides a fully-managed, highly performant, and scalable vector database designed to power next-generation search, recommendation, and generative AI applications. It allows you to store, index, and query your data and its corresponding vector embeddings through a simple, intuitive interface. With Vector Search, you can define custom schemas for your data, insert objects with associated metadata, automatically generate embeddings from your data, and perform fast approximate nearest neighbor (ANN) searches to find semantically similar items at scale.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-vectorsearch/latest/overview",
"release_level": "preview",
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
"repo_short": "java-vectorsearch",
"distribution_name": "com.google.cloud:google-cloud-vectorsearch",
"api_id": "vectorsearch.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
}