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 Triplestore class only looks for backend implementations inside the tripper.backend path.
It would be helpful to add the possibility to also search in external locations to link third parties implementations for specific backends.
Currently, the instantiation of the Triplestore class with an external backend implementation
triplestore=Triplestore(backend="stardog")
returns this error:
ModuleNotFoundError: No module named 'tripper.backends.stardog'
The text was updated successfully, but these errors were encountered:
The Triplestore class only looks for backend implementations inside the tripper.backend path.
It would be helpful to add the possibility to also search in external locations to link third parties implementations for specific backends.
Currently, the instantiation of the Triplestore class with an external backend implementation
returns this error:
The text was updated successfully, but these errors were encountered: