Class: RCrewAI::Knowledge::Store::Entry
- Inherits:
-
Struct
- Object
- Struct
- RCrewAI::Knowledge::Store::Entry
- Defined in:
- lib/rcrewai/knowledge/store.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
-
#vector ⇒ Object
Returns the value of attribute vector.
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
12 13 14 |
# File 'lib/rcrewai/knowledge/store.rb', line 12 def text @text end |
#vector ⇒ Object
Returns the value of attribute vector
12 13 14 |
# File 'lib/rcrewai/knowledge/store.rb', line 12 def vector @vector end |