Class: RubyLLM::Voyage::ContextualizedEmbedding
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Voyage::ContextualizedEmbedding
- Defined in:
- lib/ruby_llm/voyage/results.rb
Overview
Typed result returned by contextualized_embed.
Instance Attribute Summary collapse
-
#chunker_version ⇒ Object
Returns the value of attribute chunker_version.
-
#input_tokens ⇒ Object
Returns the value of attribute input_tokens.
-
#model ⇒ Object
Returns the value of attribute model.
-
#results ⇒ Object
Returns the value of attribute results.
Instance Attribute Details
#chunker_version ⇒ Object
Returns the value of attribute chunker_version
47 48 49 |
# File 'lib/ruby_llm/voyage/results.rb', line 47 def chunker_version @chunker_version end |
#input_tokens ⇒ Object
Returns the value of attribute input_tokens
47 48 49 |
# File 'lib/ruby_llm/voyage/results.rb', line 47 def input_tokens @input_tokens end |
#model ⇒ Object
Returns the value of attribute model
47 48 49 |
# File 'lib/ruby_llm/voyage/results.rb', line 47 def model @model end |
#results ⇒ Object
Returns the value of attribute results
47 48 49 |
# File 'lib/ruby_llm/voyage/results.rb', line 47 def results @results end |