epugh commented on PR #2809:
URL: https://github.com/apache/solr/pull/2809#issuecomment-2517297555

   Not sure if this is related, but we do have the cluster files end point.   
You can see this in action at 
https://github.com/apache/solr/pull/1999/files#diff-47fc3843c9e48d037036e8dc429abba113d546729099b03ecb6e2017961fc174
   
   ```
   run curl --data-binary @${SOLR_TIP}/models/sentiment/vocab.txt -X PUT  
"http://localhost:${SOLR_PORT}/api/cluster/files/models/sentiment/vocab.txt";
   ```
   
   I used this to store both a small file and a large ONNX model, and it 
worked...    Be curious to hear what you find out!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to