Hello! I'm trying to use llamaindex with an existing qdrant collection, is it possible to do a mapping or to have a custom schema so that llama index understand it? I'm not a fan of the _node_content with json data, I prefer to have a well structured DB
Thank you! I'll check there. By "well structured" I meant that we don't have nested json in _node_content, instead we have key/values directly in the DB. For example instead of having jsonDecode('_node_content').text we would just have the 'text' key in the DB.