Sha256: e24125b89e40c1ef3c00f1c376dca9c364b63cf8f765d1a2ef0a0ad7dded1c98
Contents?: true
Size: 377 Bytes
Versions: 6
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true require "http" require "zeitwerk" loader = Zeitwerk::Loader.for_gem loader.inflector.inflect "voyageai" => "VoyageAI" loader.setup # The main entrypoint for VoyageAI. module VoyageAI # @return [VoyageAI::Config] def self.config @config ||= Config.new end # @yield [VoyageAI::Config] def self.configure yield config end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
voyageai-1.8.0 | lib/voyageai.rb |
voyageai-1.7.0 | lib/voyageai.rb |
voyageai-1.6.0 | lib/voyageai.rb |
voyageai-1.5.0 | lib/voyageai.rb |
voyageai-1.3.0 | lib/voyageai.rb |
voyageai-1.2.0 | lib/voyageai.rb |