Add configurable storage backends (File, S3, GCS, Azure) (#225)

This commit is contained in:
Ylber Gashi
2025-10-11 01:59:30 +02:00
committed by GitHub
parent c64c5a6406
commit 2f8438549e
33 changed files with 1497 additions and 227 deletions

View File

@@ -32,12 +32,16 @@
"@colanode/crdt": "*",
"@fastify/cors": "^11.1.0",
"@fastify/websocket": "^11.2.0",
"@google-cloud/storage": "^7.15.0",
"@langchain/core": "^0.3.78",
"@langchain/google-genai": "^0.2.18",
"@langchain/langgraph": "^0.4.9",
"@langchain/openai": "^0.6.14",
"@node-rs/argon2": "^2.0.2",
"@redis/client": "^5.8.3",
"@tus/azure-store": "^2.0.0",
"@tus/file-store": "^2.0.0",
"@tus/gcs-store": "^2.0.0",
"@tus/s3-store": "^2.0.1",
"@tus/server": "^2.3.0",
"bullmq": "^5.61.0",