Uses of Interface
org.apache.camel.builder.endpoint.dsl.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder
Packages that use AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder
-
Uses of AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.aws2S3Vectors(String path) AWS S3 Vectors (camel-aws2-s3-vectors) Store and query vector embeddings using AWS S3 Vectors with similarity search.StaticEndpointBuilders.aws2S3Vectors(String componentName, String path) AWS S3 Vectors (camel-aws2-s3-vectors) Store and query vector embeddings using AWS S3 Vectors with similarity search. -
Uses of AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsBuilders.aws2S3Vectors(String path) AWS S3 Vectors (camel-aws2-s3-vectors) Store and query vector embeddings using AWS S3 Vectors with similarity search.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsBuilders.aws2S3Vectors(String componentName, String path) AWS S3 Vectors (camel-aws2-s3-vectors) Store and query vector embeddings using AWS S3 Vectors with similarity search.AWS2S3VectorsEndpointBuilderFactory.AdvancedAWS2S3VectorsEndpointBuilder.basic()The data type of the vector.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.distanceMetric(String distanceMetric) The distance metric to use for similarity search.AWS2S3VectorsEndpointBuilderFactory.endpointBuilder(String componentName, String path) AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overriding the endpoint.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the S3 Vectors client.To define a proxy port when instantiating the S3 Vectors client.To define a proxy port when instantiating the S3 Vectors client.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the S3 Vectors client.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the S3 Vectors client.The region in which S3 Vectors client needs to work.Amazon AWS Secret Key.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.similarityThreshold(Float similarityThreshold) The minimum similarity threshold for results.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.similarityThreshold(String similarityThreshold) The minimum similarity threshold for results.The number of top similar vectors to return in a query.The number of top similar vectors to return in a query.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the S3 Vectors client should expect to load credentials through a default credentials provider.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the S3 Vectors client should expect to load credentials through a default credentials provider.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the S3 Vectors client should expect to load credentials through a profile credentials provider.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the S3 Vectors client should expect to load credentials through a profile credentials provider.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the S3 Vectors client should expect to use Session Credentials.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.useSessionCredentials(String useSessionCredentials) Set whether the S3 Vectors client should expect to use Session Credentials.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.vectorDimensions(Integer vectorDimensions) The dimensions of the vector embeddings (default: 1536, which is the dimension for OpenAI text-embedding-3-small).AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.vectorDimensions(String vectorDimensions) The dimensions of the vector embeddings (default: 1536, which is the dimension for OpenAI text-embedding-3-small).AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointBuilder.vectorIndexName(String vectorIndexName) The name of the vector index.