Class: Ask::RAG::VectorStore::InMemory::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ask/rag/vector_store/in_memory.rb

Instance Attribute Summary collapse

Instance Attribute Details

#documentObject

Returns the value of attribute document

Returns:

  • (Object)

    the current value of document



33
34
35
# File 'lib/ask/rag/vector_store/in_memory.rb', line 33

def document
  @document
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



33
34
35
# File 'lib/ask/rag/vector_store/in_memory.rb', line 33

def id
  @id
end

#vectorObject

Returns the value of attribute vector

Returns:

  • (Object)

    the current value of vector



33
34
35
# File 'lib/ask/rag/vector_store/in_memory.rb', line 33

def vector
  @vector
end