Interface Ingester

  • All Implemented Interfaces:
    com.embabel.common.core.types.HasInfoString , java.util.function.Consumer , org.springframework.ai.document.DocumentWriter

    
    public interface Ingester
     implements DocumentWriter, HasInfoString
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean active() Is this ingester presently active?
      abstract IngestionResult ingest(String resourcePath) Ingest the resource at the given path.
      abstract List<WritableStore> getStores()
      • Methods inherited from class java.util.function.Consumer

        accept, andThen
      • Methods inherited from class org.springframework.ai.document.DocumentWriter

        write
      • Methods inherited from class com.embabel.common.core.types.HasInfoString

        infoString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait