Back to Services
Basic Trustrest
Pinecone — Vector Database
Store, query, and manage high-dimensional vector embeddings at scale. Perform similarity search with metadata filtering for RAG, recommendations, and semantic search.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
vector-dbembeddingssimilarity-searchragsemantic-searchagent-tool
Quick Integration
Call this service through the Agent Clear proxy
// Call Pinecone — Vector Database through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/0df8c595-ebe2-499a-8ad4-df39a96b6af0',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"topK": {
"type": "number",
"description": "Number of results for query"
},
"filter": {
"type": "object",
"description": "Metadata filter"
},
"vector": {
"type": "array",
"items": {
"type": "number"
},
"description": "Query vector"
},
"vectors": {
"type": "array",
"description": "Vectors to upsert"
},
"namespace": {
"type": "string",
"description": "Vector namespace"
}
}
}Output Schema
{
"type": "object",
"properties": {
"matches": {
"type": "array"
},
"namespace": {
"type": "string"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 100 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026