Find answers from the community

Updated last year

does the filename is stored into the indices ?

@kapa.ai does the filename is stored into the indices ?
k
2 comments
Please stand by @VH-TLS as I search the knowledge base. I normally take about 20 seconds or so. :wave:
----------------------
Based on the provided extracts, it's not explicitly stated whether the filename is stored in the indices. However, LlamaIndex does store data in Node objects, which represent chunks of the original documents. These Node objects are stored in Document stores, which are part of the storage components of LlamaIndex.

Indices in LlamaIndex are built from Documents and they store data in Node objects. However, the specific structure or content of these Node objects, including whether they contain the filename, is not detailed in the provided extracts.

For more detailed information, you may want to refer to the LlamaIndex documentation ().
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Add a reply
Sign up and join the conversation on Discord