docs: add OMEGA as memory storage backend#4853
Open
singularityjason wants to merge 1 commit intocrewAIInc:mainfrom
Open
docs: add OMEGA as memory storage backend#4853singularityjason wants to merge 1 commit intocrewAIInc:mainfrom
singularityjason wants to merge 1 commit intocrewAIInc:mainfrom
Conversation
Add documentation for using OMEGA as a persistent, local-first memory backend for CrewAI. OMEGA provides SQLite-based storage with built-in embeddings, semantic dedup, and contradiction detection. No cloud API keys needed for the storage layer. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pip install omega-memory crewaiChanges
docs/en/guides/advanced/omega-memory-backend.mdx-- new docs page covering Quick Start, OmegaStorage usage, Flows integration, configuration reference, category mapping, and fully local setupdocs/docs.json-- added page to the Advanced guides navigationTest plan
omega-memoryandcrewaipackages🤖 Generated with Claude Code
Note
Low Risk
Documentation-only change that adds a new guide page and a navigation entry; main risk is broken doc rendering or incorrect examples/links.
Overview
Adds a new Advanced guide page,
en/guides/advanced/omega-memory-backend, documenting how to use OMEGA as a persistent, local-first storage backend for CrewAI memory (setup,OmegaMemory/OmegaStorageusage, Flows example, configuration tables, and troubleshooting).Updates
docs.jsonto include the new page in the Guides → Advanced navigation (for both duplicated nav sections/versions).Written by Cursor Bugbot for commit 6dd4627. This will update automatically on new commits. Configure here.