Interface EmbeddingStoreFactory
- All Superinterfaces:
org.apache.camel.CamelContextAware,org.apache.camel.spi.HasCamelContext
public interface EmbeddingStoreFactory
extends org.apache.camel.CamelContextAware
Factory interface for creating EmbeddingStore instances within the Apache Camel LangChain4j integration.
The factory extends CamelContextAware to ensure proper integration with the Camel context and access to
registry components.
- Since:
- 4.14.0
-
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.store.embedding.EmbeddingStoreMethods inherited from interface org.apache.camel.CamelContextAware
setCamelContextMethods inherited from interface org.apache.camel.spi.HasCamelContext
getCamelContext
-
Method Details
-
createEmbeddingStore
- Throws:
Exception
-