Class: RubyLLM::Turbovec::SearchResults
- Inherits:
-
Object
- Object
- RubyLLM::Turbovec::SearchResults
- Defined in:
- sig/ruby_llm/turbovec.rbs
Instance Method Summary collapse
- #indices ⇒ ::Array[::Integer]
- #indices_for_query ⇒ ::Array[::Integer]
- #k ⇒ ::Integer
- #nq ⇒ ::Integer
- #scores ⇒ ::Array[::Float]
- #scores_for_query ⇒ ::Array[::Float]
Instance Method Details
#indices ⇒ ::Array[::Integer]
26 |
# File 'sig/ruby_llm/turbovec.rbs', line 26 def indices: () -> ::Array[::Integer] |
#indices_for_query ⇒ ::Array[::Integer]
30 |
# File 'sig/ruby_llm/turbovec.rbs', line 30 def indices_for_query: (::Integer) -> ::Array[::Integer] |
#k ⇒ ::Integer
28 |
# File 'sig/ruby_llm/turbovec.rbs', line 28 def k: () -> ::Integer |
#nq ⇒ ::Integer
27 |
# File 'sig/ruby_llm/turbovec.rbs', line 27 def nq: () -> ::Integer |
#scores ⇒ ::Array[::Float]
25 |
# File 'sig/ruby_llm/turbovec.rbs', line 25 def scores: () -> ::Array[::Float] |
#scores_for_query ⇒ ::Array[::Float]
29 |
# File 'sig/ruby_llm/turbovec.rbs', line 29 def scores_for_query: (::Integer) -> ::Array[::Float] |