Package dev.cachly
Class SemanticCache.BatchIndexEntry
java.lang.Object
dev.cachly.SemanticCache.BatchIndexEntry
- Enclosing class:
SemanticCache
One entry for
SemanticCache.batchIndex(java.util.List) (feature D).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBatchIndexEntry(String id, String prompt, double[] embedding) BatchIndexEntry(String id, String prompt, double[] embedding, String namespace, String expiresAt) -
Method Summary
-
Field Details
-
id
-
prompt
-
embedding
public final double[] embedding -
namespace
-
expiresAt
-
-
Constructor Details
-
BatchIndexEntry
-
BatchIndexEntry
-