Uses of Class
dev.cachly.api.model.IndexRequest
Packages that use IndexRequest
-
Uses of IndexRequest in dev.cachly.api.model
Methods in dev.cachly.api.model that return IndexRequestModifier and TypeMethodDescriptionIndexRequest.addEmbeddingItem(BigDecimal embeddingItem) IndexRequest.addImageEmbeddingItem(BigDecimal imageEmbeddingItem) IndexRequest.embedding(List<BigDecimal> embedding) IndexRequest.embeddingQ8(QuantizedEmbedding embeddingQ8) IndexRequest.embeddingType(IndexRequest.EmbeddingTypeEnum embeddingType) IndexRequest.expiresAt(OffsetDateTime expiresAt) IndexRequest.imageEmbedding(List<BigDecimal> imageEmbedding) IndexRequest.imageEmbeddingQ8(QuantizedEmbedding imageEmbeddingQ8) Methods in dev.cachly.api.model that return types with arguments of type IndexRequestMethods in dev.cachly.api.model with parameters of type IndexRequestMethod parameters in dev.cachly.api.model with type arguments of type IndexRequestModifier and TypeMethodDescriptionBatchIndexRequest.entries(List<IndexRequest> entries) voidBatchIndexRequest.setEntries(List<IndexRequest> entries)