hermes-tool-0.1.0 is not a library.
Hermes Tool - Supplementary tools for data processing
Overview
This package provides command-line tools for preprocessing and debugging data before indexing with Hermes. Tools operate on JSON Lines (JSONL) streams.
Commands
simhash- Calculate SimHash for a text field and add it to each JSON objectsort- Sort JSON objects by a specified fieldterm-stats- Compute term statistics for WAND optimization
Examples
Calculate SimHash for title field
|
Sort documents by a field
|
Pipeline example
| |