Class: Boxcars::VectorStore::EmbedViaTensorflow
- Inherits:
-
Object
- Object
- Boxcars::VectorStore::EmbedViaTensorflow
- Includes:
- Boxcars::VectorStore
- Defined in:
- lib/boxcars/vector_store/embed_via_tensorflow.rb
Instance Method Summary collapse
Methods included from Boxcars::VectorStore
Instance Method Details
#call ⇒ Object
7 8 9 |
# File 'lib/boxcars/vector_store/embed_via_tensorflow.rb', line 7 def call raise NotImplementedError end |