cortexdb-vercel-ai
v0.1.0
Published
Vercel AI SDK integration for CortexDB — long-term memory middleware for AI applications
Readme
cortexdb-vercel-ai
CortexDB memory adapter for the Vercel AI SDK.
LLM provider note (audit BLK-2): the canonical Vercel AI SDK example in the public docs starts with
npm install @ai-sdk/openai. CortexDB itself is LLM-agnostic — Vercel AI SDK picks the model. Use whichever@ai-sdk/*provider package fits your stack:# OpenAI (default in the docs) npm install @ai-sdk/openai # Anthropic npm install @ai-sdk/anthropic # Google npm install @ai-sdk/google # Groq, Together, Mistral, OpenAI-compatible local servers npm install @ai-sdk/groqNothing in
cortexdb-vercel-aiimports any@ai-sdk/*package; it only talks to the CortexDB v1 REST surface.
Install
npm install cortexdb-vercel-aiAPI base URL
Defaults to https://api-v1.cortexdb.ai (audit FRI-8). Override with the
apiUrl option or CORTEXDB_API_URL.
