Description
Create a mock sample for the Pinecone vector database API.
Why
- Popular vector database for RAG applications
- Growing use with LLM-powered apps
- API costs during development
- Enables testing semantic search without live index
Suggested endpoints to mock
- Upsert vectors
- Query (similarity search)
- Fetch vectors by ID
- Delete vectors
- Index statistics
- Error responses