metadata-extraction
v0.0.1-alpha.0
Published
A simple example showing how to do metadata extraction with RAG using Mastra, OpenAI, and PGVector.
Readme
Metadata Extraction
A simple example showing how to do metadata extraction with RAG using Mastra, OpenAI, and PGVector.
Prerequisites
- Node.js v20.0+
- pnpm (recommended) or npm
Getting Started
Clone the repository and navigate to the project directory:
git clone https://github.com/mastra-ai/mastra cd examples/basics/rag/metadata-extractionInstall dependencies:
pnpm installRun the example:
pnpm start
