Class VearchEmbeddingStore.Builder
java.lang.Object
dev.langchain4j.store.embedding.vearch.VearchEmbeddingStore.Builder
- Enclosing class:
VearchEmbeddingStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
normalizeEmbeddings
(Boolean normalizeEmbeddings) Set whether to normalize embedding when add to embedding storevearchConfig
(VearchConfig vearchConfig)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vearchConfig
-
baseUrl
-
timeout
-
normalizeEmbeddings
Set whether to normalize embedding when add to embedding store- Parameters:
normalizeEmbeddings
- whether to normalize embedding when add to embedding store- Returns:
- builder
-
build
-