cognee/examples/python
Vasilije 8cc55ac0b2
refactor: Enable multi user mode by default if graph and vector db pr… (#1695)
…oviders support it

<!-- .github/pull_request_template.md -->

## Description
Enable multi user mode by default for supported graph and vector DBs

## Type of Change
<!-- Please check the relevant option -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [x] Code refactoring
- [ ] Performance improvement
- [ ] Other (please specify):

## Screenshots/Videos (if applicable)
<!-- Add screenshots or videos to help explain your changes -->

## Pre-submission Checklist
<!-- Please check all boxes that apply before submitting your PR -->
- [ ] **I have tested my changes thoroughly before submitting this PR**
- [ ] **This PR contains minimal changes necessary to address the
issue/feature**
- [ ] My code follows the project's coding standards and style
guidelines
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have added necessary documentation (if applicable)
- [ ] All new and existing tests pass
- [ ] I have searched existing PRs to ensure this change hasn't been
submitted already
- [ ] I have linked any relevant issues in the description
- [ ] My commits have clear and descriptive messages

## 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.
2025-11-06 08:40:06 +01:00
..
ontology_input_example
agentic_reasoning_procurement_example.py fix: Use multi-user mode search 2025-10-31 14:33:07 +01:00
code_graph_example.py refactor: disable permissions for code graph example 2025-10-29 17:36:56 +01:00
cognee_simple_document_demo.py
conversation_session_persistence_example.py feat: introduces memify pipeline to save cache sessions into cognee (#1731) 2025-11-05 10:27:54 +01:00
dynamic_multiple_edges_example.py
dynamic_steps_example.py
feedback_enrichment_minimal_example.py fix: Resolve issue with dataset names for example 2025-10-30 17:13:10 +01:00
graphiti_example.py
memify_coding_agent_example.py fix: Use multi-user mode search 2025-10-31 14:33:07 +01:00
multimedia_example.py
ontology_demo_example.py
ontology_demo_example_2.py
permissions_example.py
relational_database_migration_example.py refactor: Enable multi user mode by default if graph and vector db providers support it 2025-10-29 16:28:09 +01:00
run_custom_pipeline_example.py feat: Add initial custom pipeline (#1716) 2025-11-04 17:58:34 +01:00
simple_example.py chore: update test_search_db to work with all graph providers 2025-11-03 16:37:03 +01:00
simple_node_set_example.py
temporal_example.py feature: adds the concept of now to the qa for temporal queries (#1685) 2025-10-28 15:27:29 +01:00
web_url_fetcher_example.py validate e2e - urls are saved as htmls, and loaders are selected correctly 2025-10-21 22:47:52 +01:00
weighted_edges_example.py
weighted_graph_visualization.html