You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update configuration and initialization for MongoDB and PostgreSQL stores
- Removed optional WorkOS configuration from .env.example.
- Initialized MongoDB store and created a vector index for embeddings in mongodb.ts.
- Initialized PostgreSQL store and logged index details in pg-storage.ts.
- Updated memory configuration to use HNSW index type in mongodb.ts.
- Adjusted import statement for ExtractParams to use type import in upstashMemory.ts.
- Added CORS configuration to mastra index for better API access control.
- Added authentication logic using Supabase in auth.ts.
0 commit comments