From 1919edacd8364b08e3bcb46c6c558ce33fcb049f Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Thu, 7 May 2026 13:49:29 -0700 Subject: [PATCH] vbump and details --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c540c0d..6b32ce6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,7 +7,7 @@ { "name": "pinecone", "source": "./", - "description": "Pinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slash commands like /quickstart to generate AGENTS.md files and initialize Python projects and /query to quickly explore indexes. Access the Pinecone MCP server for creating, describing, upserting and querying indexes with Claude. Perfect for developers building semantic search, RAG applications, recommendation systems, and other vector-based applications with Pinecone." + "description": "Pinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slash commands like /quickstart to learn Pinecone and initialize Python projects and /query to quickly explore indexes. Access the Pinecone MCP server for creating, describing, upserting and querying indexes with Claude. Perfect for developers building semantic search, RAG applications, recommendation systems, and other vector-based applications with Pinecone." } ] } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index da52fc5..e987979 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "pinecone", "description": "Pinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slash commands like /quickstart to generate AGENTS.md files and initialize Python projects and /query to quickly explore indexes. Access the Pinecone MCP server for creating, describing, upserting and querying indexes with Claude. Perfect for developers building semantic search, RAG applications, recommendation systems, and other vector-based applications with Pinecone.", - "version": "1.3.0", + "version": "1.4.1", "author": { "name": "Pinecone" }, @@ -17,6 +17,9 @@ "sparse search", "assistant", "pinecone assistant", - "rag chatbot" + "rag chatbot", + "full text search", + "bm25", + "hybrid search" ] }