Object LlmReferenceProviders

  • All Implemented Interfaces:

    
    public class LlmReferenceProviders
    
                        

    Parse LlmReferenceProviders from YML files

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static List<LlmReference> fromYmlFile(String resource, ResourceLoader resourceLoader) Parse a YML file at the given resource location into a list of LlmReference
      final static List<LlmReference> fromYmlFile(String resource) Parse a YML file at the given resource location into a list of LlmReference
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • fromYmlFile

        @JvmOverloads() final static List<LlmReference> fromYmlFile(String resource, ResourceLoader resourceLoader)

        Parse a YML file at the given resource location into a list of LlmReference

        Parameters:
        resource - Spring resource location of the YML file (supports classpath:, file:, etc.
        resourceLoader - Spring ResourceLoader to use for loading the resource
      • fromYmlFile

        @JvmOverloads() final static List<LlmReference> fromYmlFile(String resource)

        Parse a YML file at the given resource location into a list of LlmReference

        Parameters:
        resource - Spring resource location of the YML file (supports classpath:, file:, etc.