curl -X POST https://api.example.com/api/knowledge/validate-vectorstore \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"vectorstoreProvider": "pinecone",
"vectorStoreConfig": {
"apiKey": "pc-xxxxxxxxxxxxx",
"environment": "us-east-1",
"indexName": "my-index"
}
}'