question - What is the best way to add additional properties to weaviate store. llama has default schema with 4 properties - text,ref_doc_id,node_info,relationships . What if I want to add additional properties that can be filtered later on ? How do I do that
it definitely stores and filters on the metadata of the nodes (although not 100% sure how that works, but it's definitely being inserted and metadata filtering works)