Find answers from the community

Updated 6 months ago

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

At a glance

The community member is new to llama-index and is trying to use UnstructuredElementNodeParser to store base nodes and index nodes to Qdrant. They have a doubt about how to store both the base nodes and the mappings obtained from calling get_base_nodes_and_mappings in Qdrant.

Another community member responds that they don't think it's possible to store both the base nodes and mappings in Qdrant, at least not without some "hacky stuff" like creating a fake collection and using metadata to store the mapping. They suggest that the community member should just store the mapping somewhere else instead.

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