使用向量语义搜索的 AI 工具发现系统
$smart
http://localhost:3000/mcp/$smart
数据库连接问题
psql $DATABASE_URL -c "SELECT 1;"
嵌入服务问题
curl -X POST https://api.openai.com/v1/embeddings \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -H "Content-Type: application/json" \ -d '{"input": "test", "model": "text-embedding-3-small"}'
搜索结果不佳
# 重新索引所有工具 curl -X POST http://localhost:3000/api/smart-routing/reindex \ -H "Authorization: Bearer YOUR_JWT_TOKEN"
性能问题
# 检查系统性能 curl http://localhost:3000/api/smart-routing/performance \ -H "Authorization: Bearer YOUR_JWT_TOKEN"