i've completed the neo4jgraphacademy course on Mastering RAG.
in the workshop they demostrated the Movie database and it's usecases. I've a Knowledge graph for a Network topology.
Where in i have nodes like Device, Interface, VLAN and properties like (Hostname, IP, Make, Model, Location), (Name, Description, Type, IP) and (Vlan ID, Vlan Name) respectively.
so in this case how can i work with vector indexes and retrievals on multiple properties. i need to query on Device, Interface or VLANs and that too on multiple properites on a single Node. like hostname, location or make/model or on multiple nodes. like VLAN configured in Devices located at a site. etc..
how can i achieve the same. is it possible to achieve what i've been lookin for.
some light on it would be really helpful
Thanks,
Murali V