Sha256: f842fe75497e02c4a9b02a63797af0bdf374d0ba3fbaa8c50519e1ac5d084cd7

Contents?: true

Size: 199 Bytes

Versions: 35

Compression:

Stored size: 199 Bytes

Contents

# frozen_string_literal: true

module Boxcars
  module VectorStore
    class EmbedViaTensorflow
      include VectorStore
      def call
        raise NotImplementedError
      end
    end
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
boxcars-0.7.3 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.7.2 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.7.1 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.6.9 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.6.8 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.6.7 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.6.6 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.6.5 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.6.4 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.6.3 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.6.2 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.6.1 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.5.1 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.4.10 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.4.9 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.4.8 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.4.7 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.4.6 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.4.5 lib/boxcars/vector_store/embed_via_tensorflow.rb
boxcars-0.4.4 lib/boxcars/vector_store/embed_via_tensorflow.rb