It is not clear in Documentation how RuntimeConfig should be used and configured in Indexes.
It seems there is a db.configure method which allows it to change, but there is something weird. The runtime configuration is applied at __init__ time which makes any configure call not applicable.
This happens at least for HnswLib
It is not clear in Documentation how
RuntimeConfigshould be used and configured in Indexes.It seems there is a
db.configuremethod which allows it to change, but there is something weird. The runtime configuration is applied at__init__time which makes anyconfigurecall not applicable.This happens at least for
HnswLib