diff --git a/docs/changelog/overview.mdx b/docs/changelog/overview.mdx new file mode 100644 index 00000000..3e5cd526 --- /dev/null +++ b/docs/changelog/overview.mdx @@ -0,0 +1,64 @@ +--- +title: "Product Updates" +mode: "wide" +--- + + + + + + +**Bug Fixes:** +- **OpenAI Environment Variables:** Fixed issues with OpenAI environment variables +- **Deployment Errors:** Added `package.json` file to fix deployment errors +- **Tools:** Fixed tools issues and improved formatting +- **Docs:** Updated API reference section for `expiration date` + + + +**New Features:** +- **Supabase Vector Store:** Added support for Supabase Vector Store +- **Supabase History DB:** Added Supabase History DB to run Mem0 OSS on Serverless +- **Feedback Method:** Added feedback method to client + +**Bug Fixes:** +- **Azure OpenAI:** Fixed issues with Azure OpenAI +- **Azure AI Search:** Fixed test cases for Azure AI Search + + + + + + + +**New Features:** +- **Vercel AI SDK Update:** Support for tools call + +**Improvements:** +- **Updated Supabase TS Docs** + + + + +**New Features:** +- **Supabase Vector Store Integration** +- **Feedback Method** + + + + + + + +- **Updated Playground Prompt** +- **Send Email on User Addition to Org/Proj** +- **Fix Search Entity** + + + +- **General Stability & Performance Improvements** + + + + + diff --git a/docs/docs.json b/docs/docs.json index ccc33db0..a4e5fe35 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -298,6 +298,19 @@ ] } ] + }, + { + "tab": "Changelog", + "icon": "clock", + "groups": [ + { + "group": "Product Updates", + "icon": "rocket", + "pages": [ + "changelog/overview" + ] + } + ] } ] },