Add some preliminary analysis

This commit is contained in:
William Jeynes
2026-02-16 14:42:47 +00:00
parent 6d478fe7ec
commit 90894b2c10
2 changed files with 84 additions and 1 deletions
+3 -1
View File
@@ -8,7 +8,9 @@
"main": "agent.ts",
"scripts": {
"agent": "npx @langchain/langgraph-cli dev",
"ragas_service": "cd ../supporting/RAGAS_Service && .venv/bin/uvicorn ragas_service:app --port 8001"
"ragas_service": "cd ../supporting/RAGAS_Service && .venv/bin/uvicorn ragas_service:app --port 8001",
"frontend": "cd ../supporting/scorer && .venv/bin/streamlit run display.py",
"fetch": "cd ../supporting/dbkf & python fetch.py"
},
"dependencies": {
"@huggingface/transformers": "^3.8.1",