ad-freiburg / qlever

Very fast SPARQL Engine, which can handle very large knowledge graphs like the complete Wikidata, offers context-sensitive autocompletion for SPARQL queries, and allows combination with text search. It's faster than engines like Blazegraph or Virtuoso, especially for queries involving large result sets.
Apache License 2.0
424 stars 52 forks source link

documentation for index building using native setup appears to be missing #1588

Open pfps opened 3 weeks ago

pfps commented 3 weeks ago

https://github.com/ad-freiburg/qlever/blob/master/docs/native_setup.md says "Create or reuse an index See the main README but make sure to either add ./build/ to your path or prefix all commands with ./ and that /index and /input need to be the path to the index and input on your host." The link is to https://github.com/ad-freiburg/qlever/blob/master/README.md#creating-an-index but the anchor does not appear to exist in the document.

The link perhaps should be to https://github.com/ad-freiburg/qlever/blob/master/docs/quickstart.md except that that file appears to be using a docker image.