Uses of Class
org.apache.tika.inference.Chunk
Packages that use Chunk
-
Uses of Chunk in org.apache.tika.inference
Methods in org.apache.tika.inference that return types with arguments of type ChunkModifier and TypeMethodDescriptionChunk the given markdown text.Deserialize a JSON array string back to a list of chunks.Method parameters in org.apache.tika.inference with type arguments of type ChunkModifier 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) static voidReads any existing chunks from the metadata field, appends the new chunks, and writes the merged list back.static StringSerialize chunks to a JSON array string.