Interface ChromaConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.langchain4j.chroma")
public interface ChromaConfig
-
Method Summary
-
Method Details
-
url
String url()URL where the Chroma database is listening for requests -
collectionName
The collection name. -
timeout
The timeout duration for the Chroma client. If not specified, 5 seconds will be used.
-