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