# -*- encoding: utf-8 -*-
# stub: boxcars 0.2.14 ruby lib

Gem::Specification.new do |s|
  s.name = "boxcars".freeze
  s.version = "0.2.14".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "changelog_uri" => "https://github.com/BoxcarsAI/boxcars/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/BoxcarsAI/boxcars", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/BoxcarsAI/boxcars" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Francis Sullivan".freeze, "Tabrez Syed".freeze]
  s.bindir = "exe".freeze
  s.date = "2023-06-06"
  s.description = "You simply set an OpenAI key, give a number of Boxcars to a Train, and magic ensues when you run it.".freeze
  s.email = ["hi@boxcars.ai".freeze]
  s.files = [".env_sample".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "boxcars.gemspec".freeze, "lib/boxcars.rb".freeze, "lib/boxcars/boxcar.rb".freeze, "lib/boxcars/boxcar/active_record.rb".freeze, "lib/boxcars/boxcar/calculator.rb".freeze, "lib/boxcars/boxcar/engine_boxcar.rb".freeze, "lib/boxcars/boxcar/google_search.rb".freeze, "lib/boxcars/boxcar/sql.rb".freeze, "lib/boxcars/boxcar/swagger.rb".freeze, "lib/boxcars/boxcar/vector_answer.rb".freeze, "lib/boxcars/boxcar/wikipedia_search.rb".freeze, "lib/boxcars/conversation.rb".freeze, "lib/boxcars/conversation_prompt.rb".freeze, "lib/boxcars/engine.rb".freeze, "lib/boxcars/engine/engine_result.rb".freeze, "lib/boxcars/engine/gpt4all_eng.rb".freeze, "lib/boxcars/engine/openai.rb".freeze, "lib/boxcars/generation.rb".freeze, "lib/boxcars/prompt.rb".freeze, "lib/boxcars/result.rb".freeze, "lib/boxcars/ruby_repl.rb".freeze, "lib/boxcars/train.rb".freeze, "lib/boxcars/train/train_action.rb".freeze, "lib/boxcars/train/train_finish.rb".freeze, "lib/boxcars/train/zero_shot.rb".freeze, "lib/boxcars/vector_search.rb".freeze, "lib/boxcars/vector_store.rb".freeze, "lib/boxcars/vector_store/document.rb".freeze, "lib/boxcars/vector_store/embed_via_open_ai.rb".freeze, "lib/boxcars/vector_store/embed_via_tensorflow.rb".freeze, "lib/boxcars/vector_store/hnswlib/build_from_files.rb".freeze, "lib/boxcars/vector_store/hnswlib/load_from_disk.rb".freeze, "lib/boxcars/vector_store/hnswlib/save_to_hnswlib.rb".freeze, "lib/boxcars/vector_store/hnswlib/search.rb".freeze, "lib/boxcars/vector_store/in_memory/build_from_array.rb".freeze, "lib/boxcars/vector_store/in_memory/build_from_files.rb".freeze, "lib/boxcars/vector_store/in_memory/search.rb".freeze, "lib/boxcars/vector_store/pgvector/build_from_array.rb".freeze, "lib/boxcars/vector_store/pgvector/build_from_files.rb".freeze, "lib/boxcars/vector_store/pgvector/save_to_database.rb".freeze, "lib/boxcars/vector_store/pgvector/search.rb".freeze, "lib/boxcars/vector_store/split_text.rb".freeze, "lib/boxcars/version.rb".freeze]
  s.homepage = "https://github.com/BoxcarsAI/boxcars".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 3.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Boxcars is a gem that enables you to create new systems with AI composability. Inspired by python langchain.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<google_search_results>.freeze, ["~> 2.2".freeze])
  s.add_runtime_dependency(%q<gpt4all>.freeze, ["~> 0.0.4".freeze])
  s.add_runtime_dependency(%q<hnswlib>.freeze, ["~> 0.8".freeze])
  s.add_runtime_dependency(%q<pgvector>.freeze, ["~> 0.2".freeze])
  s.add_runtime_dependency(%q<ruby-openai>.freeze, ["~> 4.1".freeze])
end