-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: move @mastra/vector-pinecone to @mastra/pinecone #1781
Conversation
- Added deprecation error to index.ts - Updated package.json with deprecation notice - Simplified scripts (removed test/dev) - Removed test files and configs - Added deprecation README
- Added Pinecone env vars to test-combined-stores.yml - Updated package name in stores/pinecone/package.json - Updated workspace dependencies with pnpm install - Built and tested new package
- Updated README to use pnpm for installation - Added comprehensive CHANGELOG with migration guide and history - Verified all documentation references are updated
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Generated by windsurf:
This PR moves the Pinecone vector store package to a new location and package name, following our ongoing package reorganization.
Changes Made
Migration Guide
Users will need to:
Testing
Related PRs