Method: BxBuilderChain::Vectorsearch::Base#update_texts

Defined in:
lib/bx_builder_chain/vectorsearch/base.rb

#update_texts(**kwargs) ⇒ Object

Method supported by Vectorsearch DB to update a list of texts to the index

Raises:

  • (NotImplementedError)


114
115
116
# File 'lib/bx_builder_chain/vectorsearch/base.rb', line 114

def update_texts(**kwargs)
  raise NotImplementedError, "#{self.class.name} does not support updating texts"
end