Find answers from the community

Updated 3 months ago

hi there, I'm new to llama-index. I'm

hi there, I'm new to llama-index. I'm trying to use UnstructuredElementNodeParser to store base nodes and index nodes to Qdrant but I have a doubt: how do i store both baseNodes and mappings that I get from calling get_base_nodes_and_mappings in Qdrant?
L
1 comment
I don't think you can, at least not without some hacky stuff (like creating a fake collection and using metadata to store the mapping)

I would just store it somewhere else
Add a reply
Sign up and join the conversation on Discord