Vincent Emonet
Vincent Emonet
You can use the Python package Ontospy to generate a static HTML website to document any OWL ontology https://pypi.org/project/ontospy/ You just need to provide the OWL ontology file to the...
I generated documentation for the DOAP ontology using Ontospy and hosted it in GitHub Pages: https://vemonet.github.io/doap It can be done in 3 lines if you already have `pip` installed (python...
Hi @de-illusionist, thanks for the notification, sorry for the delayed answer I was away from keyboard all of August The problem comes from jinja2, which is not finding the `index.html`...
Hi @Natureshadow , thanks for reporting the issue. Indeed the `prepareQuery` is only used to extract the SPARQL operation done (SELECT, CONSTRUCT, etc), but the `.query()` is run directly from...
Hi @Natureshadow, I probably did not understand your issue then. Do you have a snippet to reproduce it so I can test it? If I expose a graph from a...
Can close @kurtmckee ?
In a linux container you'll have access to `/usr/bin/sort` anywhere :) I created a pull request with a Dockerfile, and a GitHub Actions workflow to automatically build and publish the...
Matlab is currently moving to a more modern UI (based on Electron and JavaScript) Recommended way to deploy remotely is to use the Matlab integration in jupyterlab: use the pre-built...
Thanks @triggan and @kmcginnes for the responses! I think just adding the `docker run` command provided by @triggan in the readme would be already a good way for most users...
Thanks for the suggestion! The main goal of this project is to make it easier to deploy a simple LLM locally for non-specialist, so an installation video would be welcome...