cognee/cognee
Vasilije 3b101ae8f1
refactor: Make relational database search more effective (#1477)
<!-- .github/pull_request_template.md -->

## Description
Enhance search results of relational db data by adding more information
on data type and content

PR also includes schema migration done by contributor ( Geoff-Robin )
from contribute to win competition

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

## Pre-submission Checklist
<!-- Please check all boxes that apply before submitting your PR -->
- [x] **I have tested my changes thoroughly before submitting this PR**
- [x] **This PR contains minimal changes necessary to address the
issue/feature**
- [x] My code follows the project's coding standards and style
guidelines
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] I have added necessary documentation (if applicable)
- [x] All new and existing tests pass
- [x] I have searched existing PRs to ensure this change hasn't been
submitted already
- [x] I have linked any relevant issues in the description
- [x] 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-09-28 15:23:59 +02:00
..
api refactor: remove text parameter from subprocess call in UI startup 2025-09-26 17:53:17 +01:00
cli fix: update UI server startup message to reflect dynamic frontend port 2025-09-27 20:11:39 +01:00
eval_framework refactor: Add proper pip install command for optional extras 2025-09-25 13:55:01 +02:00
exceptions ruff formatting 2025-08-13 15:15:39 +02:00
infrastructure refactor: Remove comment 2025-09-25 16:03:11 +02:00
modules refactor: add visualization to schema migration 2025-09-27 01:15:30 +02:00
shared Merge branch 'dev' into COG-2826 2025-09-25 13:31:21 +02:00
tasks refactor: add visualization to schema migration 2025-09-27 01:15:30 +02:00
tests refactor: refactor schema migration 2025-09-27 00:41:58 +02:00
__init__.py feat: add support to start ui programmatically from cognee package 2025-09-10 14:15:31 +01:00
__main__.py added files 2025-07-26 18:14:19 +02:00
base_config.py fix: ruff formatting error 2025-09-19 17:55:08 +02:00
context_global_variables.py fix: s3 file storage (#1095) 2025-07-16 20:36:18 +02:00
get_token.py fix: Cognee backend fixes (#659) 2025-03-20 21:51:35 +01:00
low_level.py fix: custom model pipeline (#508) 2025-02-08 02:00:15 +01:00
pipelines.py
root_dir.py fix: Add S3 URL handling in ensure_absolute_path function (#1438) 2025-09-18 11:47:34 +02:00
version.py refactor: Name local cognee version local instead of dev 2025-06-30 13:24:51 +02:00