@open-evals/rag
Advanced tools
+3
-2
| { | ||
| "name": "@open-evals/rag", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "RAG utilities for Open Evals", | ||
@@ -39,4 +39,5 @@ "author": { | ||
| "test:watch": "vitest", | ||
| "test:coverage": "vitest run --coverage" | ||
| "test:coverage": "vitest run --coverage", | ||
| "publish:package": "pnpm build && pnpm publish" | ||
| } | ||
| } |
28259
0.19%