ChrisDelClea / streamlit-agraph

A Streamlit Graph Vis
MIT License
387 stars 52 forks source link

Issuefix/triple store error #48

Closed xsahban closed 5 months ago

xsahban commented 12 months ago

Got the same issue This happens because the store is creating the set of nodes, and set uses hash.

Added the __eq__ and __hash__ for the Node based on ID of the Node. Added one method under TripleStore to capture the Triples with objects of Node and Edge.

Also, it's looking for streamlit_agraph/frontend/build/bootstrap.min.css.map which is not there when installed the package from pip, not sure if it's expected to be there or if it's a configuration issue at my end. Trying resolve that, please let me know if it's a known issue.