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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe action to be performed.Collection Cloud Vendor.Collection Cloud Vendor Region.Collection Dimension.Collection Name for Insert/Upsert operation.Collection Similarity Metric.Index Upsert Id.Index Name.Index Pod Environment.Index Pod Type.Namespace for actions (query/upsert/etc).Query Filter.Query Include Metadata.Query Include Values.Query Top K.Text Field Name for Insert/Upsert operation.Vector Field Name for Insert/Upsert operation.
-
Constructor Details
-
PineconeVectorDbHeaderNameBuilder
public PineconeVectorDbHeaderNameBuilder()
-
-
Method Details
-
pineconeAction
The action to be performed. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeAction.
-
pineconeTextFieldName
Text Field Name for Insert/Upsert operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeTextFieldName.
-
pineconeVectorFieldName
Vector Field Name for Insert/Upsert operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeVectorFieldName.
-
pineconeIndexName
Index Name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeIndexName.
-
pineconeIndexPodType
Index Pod Type. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeIndexPodType.
-
pineconeIndexPodEnvironment
Index Pod Environment. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeIndexPodEnvironment.
-
pineconeCollectionName
Collection Name for Insert/Upsert operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeCollectionName.
-
pineconeCollectionSimilarityMetric
Collection Similarity Metric. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeCollectionSimilarityMetric.
-
pineconeCollectionDimension
Collection Dimension. The option is a:inttype. Group: producer- Returns:
- the name of the header
PineconeCollectionDimension.
-
pineconeCollectionCloud
Collection Cloud Vendor. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeCollectionCloud.
-
pineconeCollectionCloudRegion
Collection Cloud Vendor Region. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeCollectionCloudRegion.
-
pineconeIndexId
Index Upsert Id. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeIndexId.
-
pineconeQueryTopK
Query Top K. The option is a:Integertype. Group: producer- Returns:
- the name of the header
PineconeQueryTopK.
-
pineconeNamespace
Namespace for actions (query/upsert/etc). The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeNamespace.
-
pineconeQueryFilter
Query Filter. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PineconeQueryFilter.
-
pineconeQueryIncludeValues
Query Include Values. The option is a:booleantype. Group: producer- Returns:
- the name of the header
PineconeQueryIncludeValues.
-
pineconeQueryIncludeMetadata
Query Include Metadata. The option is a:com.google.protobuf.Structtype. Group: producer- Returns:
- the name of the header
PineconeQueryIncludeMetadata.
-