Hi Florin, What has worked for me was making model deployment a software deployment task and bundling the model in the JAR I deployed with Solr as the DefaultWrapperModel also loads resources from the classpath.
Cheers Matthias On Sun, Oct 15, 2023 at 8:54 AM Florin Babes <babesflo...@gmail.com> wrote: > Hello, > We reached the limit of zk for storing LTR models. I want to avoid the > usage of DefaultWrapperModel for as long as possible because we have > deployed in an container orchestrator and this implementation can be > really risky if you can not guarantee the presence of the model on > disk all the time. > So I want to use the managed model feature to upload some bigger > models but zk is dying with OOM. What we noticed is that solr stores > the models in a json indented file. By saving the models in compacted > json our models will be 60% smaller. > Do you think that we should try to implement this? Could this work and > allow us to postpone the moment of using DefaultWrapperModel? > Thanks, > Florin Babes >