-
CoherenceEmbeddingStore.Builder.index(com.oracle.coherence.ai.VectorIndexExtractor<com.oracle.coherence.ai.DocumentChunk,com.oracle.coherence.ai.Vector<?>> extractor)
Set the vector index to add to the underlying NamedMap
.
Set the name of the NamedMap
that will hold the
document chunks
.
Set whether to force normalization of vectors on adding and searching.
CoherenceEmbeddingStore.Builder.session(com.tangosol.net.Session session)
Set the Session
to use to obtain the
document chunk NamedMap
.
Set the name of the Session
to use to obtain the
document chunk NamedMap
.