Class: Maglev::Adapters::RubyLLMAttachmentExtractor

Inherits:
Maglev::AttachmentExtractor show all
Defined in:
lib/maglev/adapters/ruby_llm_attachment_extractor.rb

Instance Method Summary collapse

Methods inherited from Maglev::AttachmentExtractor

#initialize

Constructor Details

This class inherits a constructor from Maglev::AttachmentExtractor

Instance Method Details

#extract(blob, source_name:) ⇒ Object



8
9
10
11
12
# File 'lib/maglev/adapters/ruby_llm_attachment_extractor.rb', line 8

def extract(blob, source_name:)
  require "ruby_llm"

  super
end