index.docstore.get_node('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx')
, however I noticed it does not work anymore (I checked carefully the id and it exist in the db indeed). Did something change?server | File "/usr/local/lib/python3.11/site-packages/llama_index/core/storage/docstore/keyval_docstore.py", line 279, in get_document server | raise ValueError(f"doc_id {doc_id} not found.")
id
, text
, metadata_
, node_id
and embedding
. text
contains indeed the text that got embedded. The column node_id
contains the uuids. Do you mean that I should manually create another entity (a docstore) at runtime to get this data from the DB?