public static interface RagVectorDbConfig.WeaviateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCollectionName()
public abstract String getCollectionName()The corresponding collection this corpus maps to. This value cannot be changed after it's set.
string collection_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The collectionName. |
getCollectionNameBytes()
public abstract ByteString getCollectionNameBytes()The corresponding collection this corpus maps to. This value cannot be changed after it's set.
string collection_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for collectionName. |
getHttpEndpoint()
public abstract String 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;
| Returns | |
|---|---|
| Type | Description |
String |
The httpEndpoint. |
getHttpEndpointBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for httpEndpoint. |