Class ChromaEmbeddingStore.Builder
java.lang.Object
io.quarkiverse.langchain4j.chroma.ChromaEmbeddingStore.Builder
- Enclosing class:
- ChromaEmbeddingStore
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
baseUrl
- Parameters:
baseUrl- The base URL of the Chroma service.- Returns:
- builder
-
collectionName
- Parameters:
collectionName- The name of the collection in the Chroma service. If not specified, "default" will be used.- Returns:
- builder
-
timeout
- Parameters:
timeout- The timeout duration for the Chroma client. If not specified, 5 seconds will be used.- Returns:
- builder
-
build
-