public static class ChromaEmbeddingStore.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ChromaEmbeddingStore.Builder |
baseUrl(String baseUrl) |
ChromaEmbeddingStore |
build() |
ChromaEmbeddingStore.Builder |
collectionName(String collectionName) |
ChromaEmbeddingStore.Builder |
timeout(Duration timeout) |
public ChromaEmbeddingStore.Builder baseUrl(String baseUrl)
baseUrl - The base URL of the Chroma service.public ChromaEmbeddingStore.Builder collectionName(String collectionName)
collectionName - The name of the collection in the Chroma service. If not specified, "default" will be used.public ChromaEmbeddingStore.Builder timeout(Duration timeout)
timeout - The timeout duration for the Chroma client. If not specified, 5 seconds will be used.public ChromaEmbeddingStore build()
Copyright © 2023. All rights reserved.