Uses of Class
org.apache.tika.inference.InferenceConfig
Packages that use InferenceConfig
-
Uses of InferenceConfig in org.apache.tika.inference
Subclasses of InferenceConfig in org.apache.tika.inferenceModifier and TypeClassDescriptionstatic classRuntime-only config that prevents modification of security-sensitive and cost-sensitive fields (baseUrl,apiKey,model) at parse time.Methods in org.apache.tika.inference that return InferenceConfigMethods in org.apache.tika.inference with parameters of type InferenceConfigModifier and TypeMethodDescriptionprotected abstract voidAbstractEmbeddingFilter.embed(List<Chunk> chunks, InferenceConfig config) Call the embeddings endpoint to fill in vectors on each chunk.protected voidOpenAIEmbeddingFilter.embed(List<Chunk> chunks, InferenceConfig config) Constructors in org.apache.tika.inference with parameters of type InferenceConfig