Add run scripts
This commit is contained in:
+3
-2
@@ -5,9 +5,10 @@
|
|||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"author": "Will Jeynes",
|
"author": "Will Jeynes",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.ts",
|
"main": "agent.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx run.ts"
|
"agent": "npx @langchain/langgraph-cli dev",
|
||||||
|
"ragas_service": "cd ../supporting/RAGAS_Service && .venv/bin/uvicorn ragas_service:app --port 8001"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@huggingface/transformers": "^3.8.1",
|
"@huggingface/transformers": "^3.8.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user