Class PineconeVectorDbEndpointBuilderFactory.PineconeVectorDbHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.PineconeVectorDbEndpointBuilderFactory.PineconeVectorDbHeaderNameBuilder
Enclosing interface:
PineconeVectorDbEndpointBuilderFactory

public static class PineconeVectorDbEndpointBuilderFactory.PineconeVectorDbHeaderNameBuilder extends Object
The builder of headers' name for the Pinecone component.
  • Constructor Details

    • PineconeVectorDbHeaderNameBuilder

      public PineconeVectorDbHeaderNameBuilder()
  • Method Details

    • pineconeAction

      public String pineconeAction()
      The action to be performed. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeAction.
    • pineconeTextFieldName

      public String pineconeTextFieldName()
      Text Field Name for Insert/Upsert operation. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeTextFieldName.
    • pineconeVectorFieldName

      public String pineconeVectorFieldName()
      Vector Field Name for Insert/Upsert operation. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeVectorFieldName.
    • pineconeIndexName

      public String pineconeIndexName()
      Index Name. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeIndexName.
    • pineconeIndexPodType

      public String pineconeIndexPodType()
      Index Pod Type. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeIndexPodType.
    • pineconeIndexPodEnvironment

      public String pineconeIndexPodEnvironment()
      Index Pod Environment. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeIndexPodEnvironment.
    • pineconeCollectionName

      public String pineconeCollectionName()
      Collection Name for Insert/Upsert operation. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeCollectionName.
    • pineconeCollectionSimilarityMetric

      public String pineconeCollectionSimilarityMetric()
      Collection Similarity Metric. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeCollectionSimilarityMetric.
    • pineconeCollectionDimension

      public String pineconeCollectionDimension()
      Collection Dimension. The option is a: int type. Group: producer
      Returns:
      the name of the header PineconeCollectionDimension.
    • pineconeCollectionCloud

      public String pineconeCollectionCloud()
      Collection Cloud Vendor. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeCollectionCloud.
    • pineconeCollectionCloudRegion

      public String pineconeCollectionCloudRegion()
      Collection Cloud Vendor Region. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeCollectionCloudRegion.
    • pineconeIndexId

      public String pineconeIndexId()
      Index Upsert Id. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeIndexId.
    • pineconeQueryTopK

      public String pineconeQueryTopK()
      Query Top K. The option is a: Integer type. Group: producer
      Returns:
      the name of the header PineconeQueryTopK.
    • pineconeNamespace

      public String pineconeNamespace()
      Namespace for actions (query/upsert/etc). The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeNamespace.
    • pineconeQueryFilter

      public String pineconeQueryFilter()
      Query Filter. The option is a: String type. Group: producer
      Returns:
      the name of the header PineconeQueryFilter.
    • pineconeQueryIncludeValues

      public String pineconeQueryIncludeValues()
      Query Include Values. The option is a: boolean type. Group: producer
      Returns:
      the name of the header PineconeQueryIncludeValues.
    • pineconeQueryIncludeMetadata

      public String pineconeQueryIncludeMetadata()
      Query Include Metadata. The option is a: com.google.protobuf.Struct type. Group: producer
      Returns:
      the name of the header PineconeQueryIncludeMetadata.