Uses of Class
dev.langchain4j.store.embedding.coherence.CoherenceEmbeddingStore.Builder
Packages that use CoherenceEmbeddingStore.Builder
-
Uses of CoherenceEmbeddingStore.Builder in dev.langchain4j.store.embedding.coherence
Methods in dev.langchain4j.store.embedding.coherence that return CoherenceEmbeddingStore.BuilderModifier and TypeMethodDescriptionCoherenceEmbeddingStore.builder()Return aCoherenceEmbeddingStore.Builderto use to build aCoherenceEmbeddingStore.CoherenceEmbeddingStore.Builder.index(com.oracle.coherence.ai.VectorIndexExtractor<com.oracle.coherence.ai.DocumentChunk, float[]> extractor) Set the vector index to add to the underlyingNamedMap.Set the name of theNamedMapthat will hold thedocument chunks.CoherenceEmbeddingStore.Builder.normalizeEmbeddings(boolean f) Set whether to force normalization of vectors on adding and searching.CoherenceEmbeddingStore.Builder.session(com.tangosol.net.Session session) Set theSessionto use to obtain the document chunkNamedMap.Set the name of theSessionto use to obtain the document chunkNamedMap.