Wilab-io / sample-apps

Repository of sample applications for https://vespa.ai, the open big data serving engine
https://github.com/vespa-engine/sample-apps
Apache License 2.0
0 stars 0 forks source link

[Documents Management] Upload new documents #22

Open TinoCle opened 1 day ago

TinoCle commented 1 day ago

Description

The user should be allowed to upload new documents, the backend should keep track of those documents in the db: documentID, userID, uploadTS. The document contents aren't uploaded to any storage, just processed to perform search on them.

In the backend, the endpoint can be called /upload and receive the payload and JWT to validate which user owns the document.