What problem does it solve?
Connecting an LLM to a searchable knowledge base requires correct index configuration, embedding pipelines, and retrieval strategies — mistakes like dimension mismatches or missing namespaces cause silent failures and cross-tenant data leaks. This Skill provides a step-by-step workflow for building production RAG systems and persistent agent memory on Pinecone.
Core Features & Use Cases
- Index Setup & Embedding Pipeline: Create serverless or pod-based indexes with correct dimensions, then batch-embed and upsert documents with text stored in metadata.
- Flexible Retrieval Strategies: Choose dense semantic search, hybrid search combining BM25 with dense vectors, or metadata-filtered queries for scoped results.
- Agent Memory with Namespace Isolation: Store, recall, and delete per-agent memories using namespaces to prevent cross-user data leaks.
- Use Case: A team wants their support chatbot to answer questions from internal documentation. Use this Skill to index the docs into Pinecone, retrieve relevant chunks per query, and ground the LLM's answers in that context.
Quick Start
Ask the AI to build a RAG pipeline that indexes your documents into Pinecone and answers questions using retrieved context.