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