I’m a fan of Verba and would like a way to handle upload, update, and error-handling of such tasks programmatically with a python script interacting directly with the weaviate docker at 8080, instead of via verba webui. Is there a way to make a light-weight wrapper around goldenverba/components/manager.py to do that please?
Unfortunately, there’s no good way to handle Verba’s functionality programmatically right now. However, we’re planning on building a user-friendly endpoint that serves Verba through an API. This would allow you to handle all your stuff programmatically and also allow other frontend’s to use Verba’s functionality. I’ll let you know once we finish it
I’m also interested in a programatic way to manage documents connected to verba. Specifically, I want the ability to set metadata fields for my documents (labels, link, etc.). I have a few hundred files (small) and it’s time consuming to manually label them all.