diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 807bb496..26d68a34 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -6,6 +6,43 @@ mode: "wide" + + +**New Features:** +- **LLM Integrations:** Added Azure OpenAI Embedding Model +- **Examples:** + - Added movie recommendation using grok3 + - Added Voice Assistant using Elevenlabs + +**Improvements:** +- **Documentation:** + - Added keywords AI + - Reformatted navbar page URLs + - Updated changelog + - Updated openai.mdx +- **FAISS:** Silenced FAISS info logs + + + + + +**New Features:** +- **LLM Integrations:** Added Mistral AI as LLM provider + +**Improvements:** +- **Documentation:** + - Updated changelog + - Fixed memory exclusion example + - Updated xAI documentation + - Updated YouTube Chrome extension example documentation + +**Bug Fixes:** +- **Core:** Fixed EmbedderFactory.create() in GraphMemory +- **Azure OpenAI:** Added patch to fix Azure OpenAI +- **Telemetry:** Fixed telemetry issue + + + **New Features:**