Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 07bd72f

Browse files
authored
Merge pull request #33 from SciPhi-AI/Nolan/FixRagMethod
Fix RAG method
2 parents e222913 + c26f96f commit 07bd72f

File tree

5 files changed

+2891
-1640
lines changed

5 files changed

+2891
-1640
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "r2r-js",
3-
"version": "1.0.37",
3+
"version": "1.0.38",
44
"description": "",
55
"main": "dist/index.js",
66
"browser": "dist/index.browser.js",
@@ -25,19 +25,18 @@
2525
"dependencies": {
2626
"axios": "^1.7.2",
2727
"form-data": "^4.0.0",
28-
"posthog-js": "^1.141.4",
28+
"posthog-js": "^1.144.0",
2929
"posthog-node": "^4.0.1",
30-
"r2r-js": "^1.0.5",
3130
"uuid": "^10.0.0"
3231
},
3332
"devDependencies": {
3433
"@types/jest": "^29.5.12",
35-
"@types/node": "^20.14.8",
34+
"@types/node": "^20.14.9",
3635
"@types/uuid": "^10.0.0",
3736
"jest": "^29.7.0",
3837
"prettier": "^3.3.2",
3938
"ts-jest": "^29.1.5",
4039
"ts-node": "^10.9.2",
41-
"typescript": "^5.5.2"
40+
"typescript": "^5.5.3"
4241
}
4342
}

0 commit comments

Comments
 (0)