-
Notifications
You must be signed in to change notification settings - Fork 65
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-qdrant to @mastra/qdrant #1782
Conversation
- Copied package from vector-stores/qdrant to stores/qdrant - Moved source files to src/vector directory - Added new src/index.ts that re-exports from vector/index.ts
- Updated README to use pnpm for installation - Added comprehensive CHANGELOG with migration guide and history - Updated import paths in documentation and examples
- 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 Qdrant service to test-combined-stores.yml - Updated package name in stores/qdrant/package.json - Updated workspace dependencies
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Generated by windsurf:
Move @mastra/vector-qdrant to @mastra/qdrant
This PR moves the Qdrant vector store package to a new structure, following the same pattern as the Pinecone package move.
Changes
New Package (
@mastra/qdrant
)stores/qdrant
src/vector
directorysrc/index.ts
that re-exports everythingOld Package (
@mastra/vector-qdrant
)Documentation
CI/CD
Testing
Migration Guide for Users
Remove old package:
Install new package:
Update imports:
No breaking changes in functionality.