-
Notifications
You must be signed in to change notification settings - Fork 953
refactor: Enable multi user mode by default if graph and vector db pr… #1695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…oviders support it
Please make sure all the checkboxes are checked:
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
cognee/context_global_variables.py
Outdated
| return False | ||
|
|
||
|
|
||
| def check_backend_access_control_mode(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the best place to store these checks and variables but we can move them easily if anyone has a suggestion. Or we can rename the file as it's all about multi-user mode settings and variables
…es/cognee into enable-multi-user-mode-default
…es/cognee into enable-multi-user-mode-default
Co-authored-by: Pavel Zorin <[email protected]>
Co-authored-by: Pavel Zorin <[email protected]>
pazone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I'd appreciate another 👀
…oviders support it
Description
Enable multi user mode by default for supported graph and vector DBs
Type of Change
Screenshots/Videos (if applicable)
Pre-submission Checklist
DCO Affirmation
I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin.