Uses of Interface
org.springframework.ai.embedding.BatchingStrategy
Packages that use BatchingStrategy
-
Uses of BatchingStrategy in org.springframework.ai.embedding
Classes in org.springframework.ai.embedding that implement BatchingStrategyModifier and TypeClassDescriptionclassToken count based strategy implementation forBatchingStrategy.Methods in org.springframework.ai.embedding with parameters of type BatchingStrategyModifier and TypeMethodDescriptiondefault List<float[]> EmbeddingModel.embed(List<org.springframework.ai.document.Document> documents, @Nullable EmbeddingOptions options, BatchingStrategy batchingStrategy) Embeds a batch ofDocuments into vectors based on aBatchingStrategy.