Class: RubyLLM::Voyage::ContextualizedResult
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Voyage::ContextualizedResult
- Defined in:
- lib/ruby_llm/voyage/results.rb
Overview
Contextualized chunks belonging to one input document or query.
Instance Attribute Summary collapse
-
#chunks ⇒ Object
Returns the value of attribute chunks.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#chunks ⇒ Object
Returns the value of attribute chunks
44 45 46 |
# File 'lib/ruby_llm/voyage/results.rb', line 44 def chunks @chunks end |
#index ⇒ Object
Returns the value of attribute index
44 45 46 |
# File 'lib/ruby_llm/voyage/results.rb', line 44 def index @index end |