merge job workers

This commit is contained in:
Ramnique Singh 2025-08-17 11:06:53 +05:30
parent cc8e9210d7
commit 7d70ff8fd2
3 changed files with 42 additions and 13 deletions

View file

@ -11,8 +11,7 @@
"setupQdrant": "tsx app/scripts/setup_qdrant.ts",
"deleteQdrant": "tsx app/scripts/delete_qdrant.ts",
"rag-worker": "tsx app/scripts/rag-worker.ts",
"jobs-worker": "tsx app/scripts/jobs-worker.ts",
"job-rules-worker": "tsx app/scripts/job-rules.worker.ts"
"jobs-worker": "tsx app/scripts/jobs-worker.ts"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.21",