cognee/examples/python
hajdul88 6fcfb3c398
feat: productionizing ontology solution [COG-1401] (#623)
<!-- .github/pull_request_template.md -->

## Description
This PR contains the ontology feature integrated into cognify

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


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Enhanced ontology management with the introduction of the
`OntologyResolver` class for improved data handling and querying.
- Expanded ontology framework now provides enriched coverage of
technology and automotive domains, including new entities and
relationships.
- Updated entity models now include a validation flag to support
improved data integrity.
- Added support for specifying an ontology file path in relevant
functions to enhance flexibility.

- **Refactor**
- Streamlined integration of ontology processing across data extraction
and workflow routines.

- **Chores**
- Updated project dependencies to include `owlready2` for advanced
ontology functionality.
  
- **Tests**
- Introduced a new test suite for the `OntologyResolver` class to
validate its functionality under various conditions.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-03-12 14:31:19 +01:00
..
ontology_input_example feat: productionizing ontology solution [COG-1401] (#623) 2025-03-12 14:31:19 +01:00
code_graph_example.py Feat: log pipeline status and pass it through pipeline [COG-1214] (#501) 2025-02-11 16:41:40 +01:00
cognee_simple_document_demo.py
dynamic_steps_example.py Feat: Store descriptive metrics identified by pipeline run id [cog-1260] (#582) 2025-03-03 19:09:35 +01:00
entity_completion_comparison.py feat: entity brute force triplet search [COG-1325] (#589) 2025-03-05 11:17:58 +01:00
graphiti_example.py Transition to new retrievers, update searches (#585) 2025-02-27 15:25:24 +01:00
multimedia_example.py
ontology_demo_example.py feat: productionizing ontology solution [COG-1401] (#623) 2025-03-12 14:31:19 +01:00
pokemon_datapoints_example.py fix: example ruff errors 2025-03-11 16:44:00 +01:00
simple_example.py