Hello Neo4j community,
Using Neo4j as a knowledge graph for an LLM RAG, I would like to know if there is anyway to combine Fine Grained access control as per this article: Fine-grained access control (example) - Operations Manual
As well as schema extraction with nodes and relationships. I have searched the source code for these procedures and have not seen any integration of these auth access controls.
Maybe the community knows of a way to manage permissions and schema viewing. The end goal is to have many users with different permissions levels on different nodes and relationships and being to extract their user-specific graph-schema.
If any other solutions comes to your minds don't hesitate on sharing them.
Thank you.