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 Type
    Method
    Description
    dev.langchain4j.store.embedding.EmbeddingStore
     

    Methods inherited from interface org.apache.camel.CamelContextAware

    setCamelContext

    Methods inherited from interface org.apache.camel.spi.HasCamelContext

    getCamelContext
  • Method Details

    • createEmbeddingStore

      dev.langchain4j.store.embedding.EmbeddingStore createEmbeddingStore() throws Exception
      Throws:
      Exception