@openez-graph/cli 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +15 -0
  2. package/dist/cli.cjs +1501 -1363
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -98,6 +98,21 @@ openez setup opencode # wire up OpenCode
98
98
  | YAML / JSON / TOML | Structure-aware chunking |
99
99
  | Markdown | Section-oriented chunking |
100
100
 
101
+ ## Retrieval quality
102
+
103
+ Benchmarked on 18 real queries against the openez codebase itself (118 files, 640 chunks):
104
+
105
+ | Metric | Value |
106
+ |--------|-------|
107
+ | Recall@5 | 94.44% |
108
+ | MRR | 0.6565 |
109
+ | Avg latency | 38.68 ms |
110
+ | p50 latency | 18.65 ms |
111
+ | Duplicate path rate | 0% |
112
+ | Quality gate | PASS |
113
+
114
+ FTS5 with BM25 ranking handles 94% of queries in under 40ms — no embeddings needed for the default path. Embeddings (OpenAI/Ollama) are optional semantic fallback for queries without direct keyword overlap.
115
+
101
116
  ## Web dashboard
102
117
 
103
118
  ```bash