redhop-win-x64 0.1.1 → 0.1.3
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/README.md +2 -2
- package/package.json +2 -2
- package/redhop.win32-x64-msvc.node +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# redhop-
|
|
1
|
+
# redhop-win-x64
|
|
2
2
|
|
|
3
|
-
This is the **Windows x64
|
|
3
|
+
This is the **Windows x64** native binary for [**redhop**](https://www.npmjs.com/package/redhop) — a reasoning-preserving context runtime for RAG (chunk, retrieve, and allocate the document context an LLM should see, with citations and a Decision Report).
|
|
4
4
|
|
|
5
5
|
## You probably don't want to install this directly
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redhop-win-x64",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Windows x64 (MSVC) native binary for redhop — a reasoning-
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"description": "Windows x64 (MSVC) native binary for redhop — a reasoning-preserving context runtime for RAG. Installed automatically by the `redhop` package on Windows x64; not intended to be installed directly.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Vysakh Sreenivasan",
|
|
7
7
|
"repository": {
|
|
Binary file
|