Class MongoDbLangchain4jEmbeddedStore
java.lang.Object
io.micronaut.starter.feature.langchain4j.embeddedstore.MongoDbLangchain4jEmbeddedStore
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
,Langchain4jEmbeddedStore
,Langchain4jFeature
@Singleton
public class MongoDbLangchain4jEmbeddedStore
extends Object
implements Langchain4jEmbeddedStore
-
Field Summary
Fields inherited from interface io.micronaut.starter.feature.langchain4j.Langchain4jFeature
ARTIFACT_ID_MICRONAUT_LANGCHAIN4J_PROCESSOR, DEPENDENCY_MICRONAUT_LANGCHAIN4J_PROCESSOR
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDependencies
(GeneratorContext generatorContext) getName()
The name of the feature.getTitle()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
getMicronautDocumentation, getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeatures
Methods inherited from interface io.micronaut.starter.feature.langchain4j.Langchain4jEmbeddedStore
getCategory, getDescription, supports
Methods inherited from interface io.micronaut.starter.feature.langchain4j.Langchain4jFeature
apply
-
Constructor Details
-
MongoDbLangchain4jEmbeddedStore
public MongoDbLangchain4jEmbeddedStore()
-
-
Method Details
-
getTitle
- Specified by:
getTitle
in interfaceFeature
- Specified by:
getTitle
in interfaceLangchain4jEmbeddedStore
- Returns:
- The title of the feature
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique. -
addDependencies
- Specified by:
addDependencies
in interfaceLangchain4jEmbeddedStore
- Specified by:
addDependencies
in interfaceLangchain4jFeature
-