Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
08d86e3
Added ability to read yaml queries file for example_queries command
tanmay-9 Jan 17, 2025
c08f90c
Replaced PyYaml with ruamel.yaml and added function to write to yaml …
tanmay-9 Jan 19, 2025
7e3e403
Generate yaml records by reading the result_file for qlever(qlever-re…
tanmay-9 Jan 19, 2025
20ba9ba
Incorporate changes to example-queries from extract-queries commit
tanmay-9 Jan 25, 2025
714b2d3
Add the generated yaml file in example-queries to evaluation/output f…
tanmay-9 Jan 20, 2025
6a3675f
Add www_queries_mode folder from qlever-evaluation as www
tanmay-9 Jan 20, 2025
9c76ed2
Add serve-evaluation-app command to serve the evaluation webapp using…
tanmay-9 Jan 20, 2025
19b2d43
Make the comparison web app work with new yaml results file
tanmay-9 Jan 24, 2025
95c62ef
Add checkboxes to main page to select which engines to use for compar…
tanmay-9 Jan 24, 2025
132a0d8
Record query runtime even when the query errors out
tanmay-9 Jan 25, 2025
36c4015
Added header row and result_size to query results table
tanmay-9 Jan 25, 2025
8a02fba
Compare only the selected engines and remove hide & reset buttons and…
tanmay-9 Jan 25, 2025
11fca70
Add full error msg to output yaml file in example-queries
tanmay-9 Jan 25, 2025
aeb646f
Removed some code and fixed some bugs
tanmay-9 Jan 25, 2025
4d59fac
Add `rdflib` dependency and `--host` argument
Feb 20, 2025
268e153
Merge remote-tracking branch 'origin/main' into add-evaluation-web-app
Mar 21, 2025
31bc18c
Merge remote-tracking branch 'origin/main' into add-evaluation-web-app
Mar 21, 2025
7c7337c
No automatic `AUTO` for option `--generate-output-file`
Mar 21, 2025
2337556
Merge remote-tracking branch 'origin/main' into add-evaluation-web-app
Mar 23, 2025
264484d
Add statistics
Apr 2, 2025
44753f4
Added ability to generate yaml results from sparql-results+json
tanmay-9 Apr 5, 2025
5f5200b
Make the tables in eval webapp more compact and make the comparison t…
tanmay-9 Apr 7, 2025
fc5161e
Fix spacing and some other bugs
tanmay-9 Apr 7, 2025
e4156d5
Add best runtime, error and result_size warning tooltip to comparison…
tanmay-9 Apr 7, 2025
c51bd68
Added result size bs popover to comparison Table
tanmay-9 Apr 7, 2025
bb4f835
Add show result size checkbox to comparisonModal
tanmay-9 Apr 11, 2025
106623e
Merge remote-tracking branch 'origin/main' into add-evaluation-web-app
Apr 16, 2025
f61ca44
Added thousand separators and single result text to resultSize in eng…
tanmay-9 Apr 17, 2025
3a1249b
Added show resultSize option to queryDetailsModal
tanmay-9 Apr 17, 2025
681d56c
Only read yaml files from output directory in main
tanmay-9 Apr 17, 2025
d4fd024
Minor fix
Apr 17, 2025
8e47373
Fix the previous fix
Apr 17, 2025
f784660
Fix extractCoreValue error
tanmay-9 Apr 18, 2025
b5512c9
Merge remote-tracking branch 'origin/main' into add-evaluation-web-app
Apr 18, 2025
51d35cb
Merge remote-tracking branch 'origin/main' into add-evaluation-web-app
Apr 18, 2025
4511583
Create a symlink instead of a copy of yaml file in cwd for `example-q…
tanmay-9 Apr 22, 2025
6de7471
Fix binding being null error when parsing sparql-results+json in `exa…
tanmay-9 Apr 22, 2025
5062bb9
Add query_name to engineStats map in engine comparison for easier gen…
tanmay-9 Apr 22, 2025
a0552ac
Make extractCoreValue function even more robust
tanmay-9 Apr 22, 2025
13edef8
Updated args to `--result-file` and `--results-dir` in `example-queries`
tanmay-9 Apr 25, 2025
40c9d75
Serve performanceData json directly for web app by reading yaml files…
tanmay-9 Apr 25, 2025
b74d1cf
Simplified main.js to work directly with performanceData json from se…
tanmay-9 Apr 25, 2025
4ff94f7
Added right-click to copy tooltip and display toast to compareResults…
tanmay-9 Apr 25, 2025
9ca6b99
Consider only successful queries for web app main page query stats
tanmay-9 Apr 26, 2025
4af9295
Set default `widht-error-message` to 50 (from other PR)
May 1, 2025
b9bc031
Merge remote-tracking branch 'origin/main' into add-evaluation-web-app
May 2, 2025
476e811
Bump version to 0.5.23
May 2, 2025
c748038
Merge remote-tracking branch 'origin/main' into add-evaluation-web-app
May 4, 2025
4533892
Fix yaml_data path and augment performanceDataPerKb for ease of use i…
tanmay-9 May 8, 2025
24c938c
Add result_size to tooltip and no consensus warning symbol
tanmay-9 May 8, 2025
46a78b9
Update `example-queries` and `serve-evaluation-app` commands to use p…
tanmay-9 May 8, 2025
ccbd9e2
Fix path to `yaml_data`
May 9, 2025
21f47fe
Remove commented out line
May 9, 2025
e7a05ab
Make pull request changes
tanmay-9 May 16, 2025
e0cd4ba
Some code formatting fixes
tanmay-9 May 23, 2025
3a17f05
Minor revision of help text
May 23, 2025
49cc9b7
Change `example-queries` to `benchmark-queries` and some changes for …
tanmay-9 Jun 6, 2025
8aa666d
Separate get_single_int_result method and added docstrings
tanmay-9 Jun 13, 2025
7660490
Add tests for get_result_size and get_single_int_result
tanmay-9 Jun 13, 2025
e89b9b7
Changed tsv query representation to tuple[str, str] and some pr changes
tanmay-9 Jun 26, 2025
0817729
Merge remote-tracking branch 'origin/main' into add-evaluation-web-app
tanmay-9 Jun 26, 2025
2f54648
Deleted web-app from this branch for pr
tanmay-9 Jun 26, 2025
c38253c
Updated gitignore and README
tanmay-9 Jun 26, 2025
617e8b6
Merge remote-tracking branch 'origin/main' into add-evaluation-web-app
Jul 9, 2025
9f35c36
Use `qlever query` in README
Jul 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ qlever setup-config olympics # Get Qleverfile (config file) for this dataset
qlever get-data # Download the dataset
qlever index # Build index data structures for this dataset
qlever start # Start a QLever server using that index
qlever example-queries # Launch some example queries
qlever query # Launch an example query
qlever ui # Launch the QLever UI
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
"Topic :: Database :: Front-Ends"
]

dependencies = [ "psutil", "termcolor", "argcomplete", "pyyaml" ]
dependencies = [ "psutil", "termcolor", "argcomplete", "pyyaml", "rdflib" ]

[project.urls]
Github = "https://github.com/ad-freiburg/qlever"
Expand Down
Loading