You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea came up to explore removing the NetworkX dependency as we are only using networkx.MultiDiGraph() but no topological sorting etc. anymore.
It's a small dependency and removing it would mean we need to implement graph logic in Haystack. So we prefer to keep NetworkX.
The text was updated successfully, but these errors were encountered:
The idea came up to explore removing the NetworkX dependency as we are only using networkx.MultiDiGraph() but no topological sorting etc. anymore.
It's a small dependency and removing it would mean we need to implement graph logic in Haystack. So we prefer to keep NetworkX.
The text was updated successfully, but these errors were encountered: