Interface RagVectorDbConfig.WeaviateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RagVectorDbConfig.Weaviate, RagVectorDbConfig.Weaviate.Builder
Enclosing class:
RagVectorDbConfig

public static interface RagVectorDbConfig.WeaviateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The corresponding collection this corpus maps to.
    com.google.protobuf.ByteString
    The corresponding collection this corpus maps to.
    Weaviate DB instance HTTP endpoint. e.g. 34.56.78.90:8080 Vertex RAG only supports HTTP connection to Weaviate.
    com.google.protobuf.ByteString
    Weaviate DB instance HTTP endpoint. e.g. 34.56.78.90:8080 Vertex RAG only supports HTTP connection to Weaviate.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getHttpEndpoint

      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:
      The httpEndpoint.
    • getHttpEndpointBytes

      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;
      Returns:
      The bytes for httpEndpoint.
    • getCollectionName

      String getCollectionName()
       The corresponding collection this corpus maps to.
       This value cannot be changed after it's set.
       
      string collection_name = 2;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      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;
      Returns:
      The bytes for collectionName.