@mastra/vector-qdrant
v0.1.5
Published
Qdrant vector store provider for Mastra (deprecated please use @mastra/qdrant instead)
Downloads
76
Maintainers
Keywords
Readme
⚠️ DEPRECATED - @mastra/vector-qdrant
This package is deprecated. Please use @mastra/qdrant instead.
Migration Guide
Remove this package from your dependencies:
pnpm remove @mastra/vector-qdrantInstall the new package:
pnpm add @mastra/qdrantUpdate your imports:
// Old import import { QdrantVector } from "@mastra/vector-qdrant"; // New import import { QdrantVector } from "@mastra/qdrant";
The new package provides the same functionality with an improved structure and additional features.
