Module: RubyLLM::Protocols::Anthropic::Embeddings

Defined in:
lib/ruby_llm/protocols/anthropic/embeddings.rb

Overview

Embeddings methods of the Anthropic API integration

Instance Method Summary collapse

Instance Method Details

#embedObject

Raises:



8
9
10
# File 'lib/ruby_llm/protocols/anthropic/embeddings.rb', line 8

def embed(...)
  raise Error, "Anthropic doesn't support embeddings"
end