Hi,
I am customizing verba. But I do not see any of my git files change.
Are the changes only in my python virtual environment ? If so, how can I get these changes to my replit deployment ?
Hi,
I am customizing verba. But I do not see any of my git files change.
Are the changes only in my python virtual environment ? If so, how can I get these changes to my replit deployment ?
hi! You should follow Verba’s build from source docs:
So when you install verba with
pip install -e .
it will install those files into your virtual env, so any change to codebase should reflect on the running code and be tracked by git.
Also note, this forum is mainly for support on Weaviate, and not on Verba development