Hello guys,
I have been working on a project where documents are stored in neo4j knowledge graph, so I'm using streamlit as UI, I'm using text2cypher to retrieve the required nodes from database, as i wanted an interactive graph in my chatbot. I used Pyvis to retrieve nodes and build a knowledge graph in the chatbot for outputted query. So, now the problem is only required nodes and relationship for the asked query is retrieved. cause in neo4j we can click on nodes and expand or mask, to see the connected nodes. So is there any way where i can implement the neo4j browser as iframe in my streamlit chatbot. For now i have given a link where a new tab with neo4j browser will open with cypher command loaded, but still i have to type in the password, is there any way to get rid of the step in where neo4jbrowser opens without a the requirement of writing password. what changes should i do? and if there are any idea of Iframe for neo4j browser in chatbot. it would be a big help.
Thank you in advance