File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
solr/solr-ref-guide/modules/query-guide/pages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,27 +218,27 @@ To upload the model in a `/path/myModel.json` file, please run:
218218
219219[source,bash]
220220----
221- curl -XPUT 'http://localhost:8983/solr/techproducts/schema/vectorisation -model-store' --data-binary "@/path/myModel.json" -H 'Content-type:application/json'
221+ curl -XPUT 'http://localhost:8983/solr/techproducts/schema/text-to-vector -model-store' --data-binary "@/path/myModel.json" -H 'Content-type:application/json'
222222----
223223
224224
225225To view all models:
226226
227227[source,text]
228- http://localhost:8983/solr/techproducts/schema/vectorisation -model-store
228+ http://localhost:8983/solr/techproducts/schema/text-to-vector -model-store
229229
230230To delete the `currentModel` model:
231231
232232[source,bash]
233233----
234- curl -XDELETE 'http://localhost:8983/solr/techproducts/schema/vectorisation -model-store/currentModel'
234+ curl -XDELETE 'http://localhost:8983/solr/techproducts/schema/text-to-vector -model-store/currentModel'
235235----
236236
237237
238238To view the model you just uploaded please open the following URL in a browser:
239239
240240[source,text]
241- http://localhost:8983/solr/techproducts/schema/vectorisation -model-store
241+ http://localhost:8983/solr/techproducts/schema/text-to-vector -model-store
242242
243243.Example: /path/myModel.json
244244[source,json]
You can’t perform that action at this time.
0 commit comments