Interface Langchain4jEmbeddedStore
- All Superinterfaces:
io.micronaut.core.naming.Described, Feature, Langchain4jFeature, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered
- All Known Implementing Classes:
ElasticSearchLangchain4jEmbeddedStore, MongoDbLangchain4jEmbeddedStore, Neo4jLangchain4jEmbeddedStore, OpenSearchLangchain4jEmbeddedStore, OracleLangchain4jEmbeddedStore, PgVectorLangchain4jEmbeddedStore, QdrantLangchain4jEmbeddedStore
Represents a Langchain4j embedded store feature.
Provides default title, description, and category for embedded store integrations.
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
apply, getFrameworkDocumentation, getName, getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeatures, supports
-
Method Details
-
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
getCategory
- Specified by:
getCategoryin interfaceFeature- Returns:
- The Category to which the feature belongs to.
-