Class: Boxcars::VectorStore::EmbedViaTensorflow

Inherits:
Object
  • Object
show all
Includes:
Boxcars::VectorStore
Defined in:
lib/boxcars/vector_store/embed_via_tensorflow.rb

Instance Method Summary collapse

Methods included from Boxcars::VectorStore

included

Instance Method Details

#callObject

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/boxcars/vector_store/embed_via_tensorflow.rb', line 7

def call
  raise NotImplementedError
end