Skip to content

Commit

Permalink
docs: update chart documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent e3f45c7 commit f758ea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zazuko/qlever/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# qlever

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: sha-76ada0b](https://img.shields.io/badge/AppVersion-sha--76ada0b-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: sha-76ada0b](https://img.shields.io/badge/AppVersion-sha--76ada0b-informational?style=flat-square)

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.

Expand All @@ -23,6 +23,7 @@ helm install qlever zazuko/qlever
| config.runtime.system | string | `"native"` | |
| config.server.access_token | string | `"default_random_access_token"` | |
| config.server.cache_max_size | string | `"2G"` | |
| config.server.endpoint | string | `"http://127.0.0.1:7001"` | |
| config.server.host_name | string | `"127.0.0.1"` | |
| config.server.memory_for_queries | string | `"5G"` | |
| config.server.port | int | `7001` | |
Expand Down

0 comments on commit f758ea5

Please sign in to comment.