public static interface RagVectorDbConfig.WeaviateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionName()
The corresponding collection this corpus maps to.
|
com.google.protobuf.ByteString |
getCollectionNameBytes()
The corresponding collection this corpus maps to.
|
String |
getHttpEndpoint()
Weaviate DB instance HTTP endpoint. e.g. 34.56.78.90:8080
Vertex RAG only supports HTTP connection to Weaviate.
|
com.google.protobuf.ByteString |
getHttpEndpointBytes()
Weaviate DB instance HTTP endpoint. e.g. 34.56.78.90:8080
Vertex RAG only supports HTTP connection to Weaviate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHttpEndpoint()
Weaviate DB instance HTTP endpoint. e.g. 34.56.78.90:8080 Vertex RAG only supports HTTP connection to Weaviate. This value cannot be changed after it's set.
string http_endpoint = 1;com.google.protobuf.ByteString getHttpEndpointBytes()
Weaviate DB instance HTTP endpoint. e.g. 34.56.78.90:8080 Vertex RAG only supports HTTP connection to Weaviate. This value cannot be changed after it's set.
string http_endpoint = 1;String getCollectionName()
The corresponding collection this corpus maps to. This value cannot be changed after it's set.
string collection_name = 2;com.google.protobuf.ByteString getCollectionNameBytes()
The corresponding collection this corpus maps to. This value cannot be changed after it's set.
string collection_name = 2;Copyright © 2025 Google LLC. All rights reserved.