Class: Woods::Storage::VectorStore::SearchResult
- Inherits:
-
Struct
- Object
- Struct
- Woods::Storage::VectorStore::SearchResult
- Defined in:
- lib/woods/storage/vector_store.rb
Overview
Value object representing a single search result.
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
106 107 108 |
# File 'lib/woods/storage/vector_store.rb', line 106 def id @id end |
#metadata ⇒ Object
Returns the value of attribute metadata
106 107 108 |
# File 'lib/woods/storage/vector_store.rb', line 106 def @metadata end |
#score ⇒ Object
Returns the value of attribute score
106 107 108 |
# File 'lib/woods/storage/vector_store.rb', line 106 def score @score end |