Error
curl --request POST \
> --url http://localhost:8983/api/collections \
> --header 'Content-Type: application/json' \
> --data '{
> "name": "techproducts",
> "numShards": 1,
> "replicationFactor": 1
> }'
{"responseHeader":{"status":400,"QTime":416},"error":{"metadata":{"error-class":"org.apache.solr.common.SolrException","root-error-class":"org.apache.solr.common.SolrException"},"msg":"Solr instance is not running in SolrCloud mode.","code":400}}root@ip-172-31-41-118:/opt/solr-9.6.0/server/solr#
Solution
Latest posts by rajeshkumar (see all)
- Building, Orchestrating, and Deploying Multi-Agent Systems for AI Agents - November 24, 2024
- Git error: GH001: Large files detected. You may want to try Git Large File - November 15, 2024
- List of information providers that offer APIs to fetch vehicle bikes, cars, trucks details - October 16, 2024