cognee/cognee/modules
Igor Ilic e849e12567
refactor: make cypher query optional (#1418)
<!-- .github/pull_request_template.md -->

## Description
Make Cypher search optional

## 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
- [ ] Code refactoring
- [ ] Performance improvement
- [x] Other (please specify):
Security upgrade

## Changes Made
Made cypher search optional for security reasons

## Testing
Tried running cypher queries with feature turned on and off

## 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

## Related Issues
<!-- Link any related issues using "Fixes #issue_number" or "Relates to
#issue_number" -->

## Additional Notes
<!-- Add any additional notes, concerns, or context for reviewers -->

## 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-09-17 10:56:35 +02:00
..
chunking feat: adds temporal models for llm extraction 2025-08-27 15:14:46 +02:00
cloud feat: implement new local UI (#1279) 2025-09-05 15:39:04 +02:00
cognify fix: Initial commit to resolve issue with using tokenizer based on LLMs 2025-01-21 19:53:22 +01:00
data feat: implement new local UI (#1279) 2025-09-05 15:39:04 +02:00
engine chore: adds docstrings 2025-08-29 16:07:18 +02:00
graph feat: implement combined context search (#1341) 2025-09-10 16:33:08 +02:00
ingestion Merge branch 'dev' into feature/cog-2717-add-better-error-management-to-cognee 2025-08-15 08:15:05 +02:00
memify feat: Enable multi-user mode to work with memify 2025-09-04 20:59:00 +02:00
metrics/operations feat: websockets for pipeline update streaming (#851) 2025-06-11 20:29:26 +02:00
notebooks fix: UI (#1397) 2025-09-12 20:06:44 +02:00
observability Merge dev to main (#827) 2025-05-15 13:15:49 +02:00
ontology chore: Changing base classes for exceptions that were already defined 2025-08-13 15:14:43 +02:00
pipelines feat: Memify pipeline initial commit 2025-09-02 21:32:09 +02:00
retrieval fix: UI (#1397) 2025-09-12 20:06:44 +02:00
search refactor: make cypher query optional (#1418) 2025-09-17 10:56:35 +02:00
settings move to gpt5 2025-08-17 12:19:34 +02:00
storage/utils feat: Weighted edges (#1068) 2025-07-14 21:26:25 +02:00
sync feat: update sync to be two way (#1359) 2025-09-11 15:34:43 +02:00
users fix: UI improvements 2025-09-08 17:10:40 +02:00
visualization Keep networkx as core dependency 2025-08-15 10:28:56 +01:00
__init__.py chore: rename package 2024-03-13 16:08:11 +01:00