Find answers from the community

Updated 3 months ago

Im playing around with meta data Am I

Im playing around with meta data. Am I understandong correctly I can prepare daya for ingestion via a json file e.g.

{
"nodes": [
{
"metadata": {
"FileName": "ISO-27001.txt",
"StandardName": ["ISO 27001", "ISO/IEC 27001", "Information Security Management Standard"],
"Publisher": ["ISO", "International Standards Organisation"],
"PublishDate": "2022",
"ShortDescription": "The Information Security Management Standard"
}
},
{
"TextNode": {
"text": "This is a sample sentence containing entities like GDPR and cybersecurity.",
"metadata": {
"Category": "Data Protection and Privacy",
"SubCategory": "Personal Data Protection",
"Entities": "GDPR, cybersecurity",
"Topics": ["sample", "sentence", "containing", "entities"]
}
}
},
{
"TextNode": {
"text": "Another sentence about network security and access control.",
"metadata": {
"Category": "Technical Security Controls",
"SubCategory": "Network Security",
"Entities": "network security, access control",
"Topics": ["another", "sentence", "about", "network security", "access control"]
}
}
}
]
}
L
m
10 comments
I'm not sure what you mean here -- maybe because I don't know what daya is lol

But indeed, this looks like a list of json representations of nodes
I've got it parsing the JSON no issue
I took the idea from here
The issue I found is the JSON extract doesn't play nice with other meta data generation
This looks "Well Cool" in my 10 year old voice
but I wanted the ability to set custom nodes
trying to merge the two steps together
Add a reply
Sign up and join the conversation on Discord