ragna-aws #245
Replies: 1 comment 2 replies
-
This is currently not possible. When we upload through the API, we first create an ID for each document: ragna/ragna/deploy/_api/core.py Line 121 in 7b17652 ragna/ragna/deploy/_api/schemas.py Lines 18 to 20 in 7b17652 For S3 (but for local as well) we use this ID as filename that we later read from. Plus, we are also introducing the document into our state database: ragna/ragna/deploy/_api/core.py Lines 125 to 127 in 7b17652 So you would need to replicate all of that from a script. Not impossible, but no trivial either. There is growing demand for production use case that would handle this use case. Will open an issue about this soon.
Could you elaborate on this? |
Beta Was this translation helpful? Give feedback.
-
The ranga-aws (https://github.com/pmeier/ragna-aws) is awesome...
2 questions if I may:
Beta Was this translation helpful? Give feedback.
All reactions