ralph-hero-knowledge-index 0.1.32 → 0.1.37
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.
- package/.claude-plugin/plugin.json +1 -1
- package/.mcp.json +1 -1
- package/__tests__/eval-corpus/2026-04-16-GH-0761-ralph-knowledge-chunked-embeddings-dream-loop.md +887 -0
- package/__tests__/eval-corpus/2026-04-22-context-handoff-topology.md +483 -0
- package/__tests__/eval-corpus/2026-04-24-landcrawler-backend-hardening-postmortem.md +218 -0
- package/__tests__/eval-corpus/2026-04-26-GH-0899-rrf-calibration-observability.md +165 -0
- package/__tests__/eval-corpus/2026-04-26-GH-0902-mmr-diversity-reranking-ralph-knowledge.md +224 -0
- package/__tests__/eval-corpus/2026-04-26-dreaming-research-trail-and-self-containment.md +381 -0
- package/__tests__/eval-corpus/2026-04-26-ralph-knowledge-wikilink-extractor.md +283 -0
- package/__tests__/eval-corpus/2026-04-26-softmax-and-rerank-calibration.md +243 -0
- package/__tests__/eval-corpus/2026-04-29-GH-911-release-embedder-tensors.md +328 -0
- package/__tests__/eval-corpus/2026-04-29-GH-916-chunker-no-progress-fix.md +362 -0
- package/__tests__/eval-corpus/2026-04-29-reindex-memory-profile.md +413 -0
- package/benchmark/README.md +90 -1
- package/benchmark/eval-rerank.mjs +13 -54
- package/benchmark/reindex-heap-bench.ts +369 -0
- package/evals/golden-queries.json +55 -0
- package/package.json +7 -4
- package/scripts/eval-retrieval.ts +244 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ralph-knowledge",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37",
|
|
4
4
|
"description": "Knowledge graph for ralph-hero: semantic search, relationship traversal, and document indexing across thoughts/ documents. Optional companion to ralph-hero.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Chad Dubiel",
|