vespa-engine / pyvespa

Python API for https://vespa.ai, the open big data serving engine
https://pyvespa.readthedocs.io/
Apache License 2.0
79 stars 24 forks source link

Can't feed result of get operation into feed delete/update #758

Open PrathamSoni opened 2 months ago

PrathamSoni commented 2 months ago

feed_iterable requires ids to be formatted as just last component without namespace etc, but get operation returns the raw document id from vespa.

thomasht86 commented 2 months ago

Good point. You could of course infer the id from the doc_id for now, but we'll see if we can make this easier in the future.