Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: JSON document format #603

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Feature: JSON document format #603

wants to merge 2 commits into from

Conversation

elshize
Copy link
Member

@elshize elshize commented Mar 8, 2025

Support JSONL collection format. This should make it easy to prepare a script that transforms any format into JSON and streams it to the parsing tool.

@elshize elshize self-assigned this Mar 8, 2025
Copy link

codecov bot commented Mar 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.92%. Comparing base (403342e) to head (d7cb511).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #603   +/-   ##
=======================================
  Coverage   93.91%   93.92%           
=======================================
  Files          82       82           
  Lines        3929     3931    +2     
=======================================
+ Hits         3690     3692    +2     
  Misses        239      239           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@elshize elshize requested review from JMMackenzie and amallia March 8, 2025 21:33
elshize added 2 commits March 9, 2025 16:23
Support JSONL collection format. This should make it easy to prepare a
script that transforms any format into JSON and streams it to the
parsing tool.

Signed-off-by: Michal Siedlaczek <[email protected]>
The script utilizes `ir-datasets` to download a dataset and prints it
out in a format that can be understood by `parse_collection`.

Signed-off-by: Michal Siedlaczek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant