deepset-ai / deepset-cloud-sdk

A Python SDK to interact with deepset Cloud
Apache License 2.0
9 stars 1 forks source link

As a user i want sync local files <> dC workspace #111

Open ArzelaAscoIi opened 1 year ago

ArzelaAscoIi commented 1 year ago

User Story As a user i want to keep the workspace updated with my files, when for example running periodic syncs (e.g. syncing a database/directory/gh repo content/...)

Option: Synchornizing two states can have quite individual rules to be followed. One solution would be to just implement deletions and users can implement a (simple) script that fits their needs. Additionally we can document this case.

Relevant Links

Acceptance Criteria

### Tasks
- [ ] https://github.com/deepset-ai/deepset-cloud-sdk/issues/112
- [ ] (optional) add sync method that updates existing files and deletes old ones
ArzelaAscoIi commented 1 year ago

@gosiapre We just found that the we have an example in the old docs about this usecase. Let's keep an eye on this :)