Class: Ask::RAG::VectorStore::InMemory::Entry
- Inherits:
-
Struct
- Object
- Struct
- Ask::RAG::VectorStore::InMemory::Entry
- Defined in:
- lib/ask/rag/vector_store/in_memory.rb
Instance Attribute Summary collapse
-
#document ⇒ Object
Returns the value of attribute document.
-
#id ⇒ Object
Returns the value of attribute id.
-
#vector ⇒ Object
Returns the value of attribute vector.
Instance Attribute Details
#document ⇒ Object
Returns the value of attribute document
33 34 35 |
# File 'lib/ask/rag/vector_store/in_memory.rb', line 33 def document @document end |
#id ⇒ Object
Returns the value of attribute id
33 34 35 |
# File 'lib/ask/rag/vector_store/in_memory.rb', line 33 def id @id end |
#vector ⇒ Object
Returns the value of attribute vector
33 34 35 |
# File 'lib/ask/rag/vector_store/in_memory.rb', line 33 def vector @vector end |