Uses of Class
dev.cachly.api.model.QuantizedEmbedding
Packages that use QuantizedEmbedding
-
Uses of QuantizedEmbedding in dev.cachly.api.model
Methods in dev.cachly.api.model that return QuantizedEmbeddingModifier and TypeMethodDescriptionQuantizedEmbedding.addValuesItem(Integer valuesItem) IndexRequest.getEmbeddingQ8()int8-quantized text embeddingSearchRequest.getEmbeddingQ8()int8-quantized text embedding (§7) – reduces payload by ~8xIndexRequest.getImageEmbeddingQ8()int8-quantized image embedding for multimodal entriesSearchRequest.getImageEmbeddingQ8()int8-quantized image embedding for multimodal searchQuantizedEmbedding.max(BigDecimal max) QuantizedEmbedding.min(BigDecimal min) Methods in dev.cachly.api.model with parameters of type QuantizedEmbeddingModifier and TypeMethodDescriptionIndexRequest.embeddingQ8(QuantizedEmbedding embeddingQ8) SearchRequest.embeddingQ8(QuantizedEmbedding embeddingQ8) IndexRequest.imageEmbeddingQ8(QuantizedEmbedding imageEmbeddingQ8) SearchRequest.imageEmbeddingQ8(QuantizedEmbedding imageEmbeddingQ8) voidIndexRequest.setEmbeddingQ8(QuantizedEmbedding embeddingQ8) voidSearchRequest.setEmbeddingQ8(QuantizedEmbedding embeddingQ8) voidIndexRequest.setImageEmbeddingQ8(QuantizedEmbedding imageEmbeddingQ8) voidSearchRequest.setImageEmbeddingQ8(QuantizedEmbedding imageEmbeddingQ8)