Pinecone

Pinecone is a managed vector database used in Claude Code RAG workflows and Jack Roberts’s AI memory-system pattern. It stores embeddings for documents, conversation wrap-ups, and expert knowledge indexes so agents can semantically retrieve relevant context across large histories [src-006, src-059].

Key facts

  • Type: Managed vector database
  • RAG role: Claude Code can provision an index, chunk documents, and upsert embeddings when given a Pinecone API key [src-006].
  • Memory role: Roberts uses Pinecone as the scalable long-term memory option for conversation archives and expert knowledge bases [src-059].
  • Trade-off vs Obsidian: Pinecone is stronger for semantic search across thousands of records; Obsidian is stronger when the user wants readable/editable markdown and graph links [src-059].

Related

Source references

  • [src-006] Nate Herk cluster — Nate Herk — RAG and data ingestion cluster (5 videos)

– Videos referenced: hem5D1uvy-w, irg-2IfAjpo

  • [src-059] Jack Roberts — “This Memory System just 10x’d Claude Code” (2026-05-03)