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
#embed ⇒ Object
8 9 10 |
# File 'lib/ruby_llm/protocols/anthropic/embeddings.rb', line 8 def (...) raise Error, "Anthropic doesn't support embeddings" end |