Uses of Enum Class
dev.langchain4j.store.embedding.chroma.ChromaApiVersion
Packages that use ChromaApiVersion
-
Uses of ChromaApiVersion in dev.langchain4j.store.embedding.chroma
Subclasses with type arguments of type ChromaApiVersion in dev.langchain4j.store.embedding.chromaMethods in dev.langchain4j.store.embedding.chroma that return ChromaApiVersionModifier and TypeMethodDescriptionstatic ChromaApiVersion
Returns the enum constant of this class with the specified name.static ChromaApiVersion[]
ChromaApiVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.store.embedding.chroma with parameters of type ChromaApiVersionModifier and TypeMethodDescriptionChromaEmbeddingStore.Builder.apiVersion
(ChromaApiVersion apiVersion)