cognee/examples/python
hibajamal 56427f287e
Demo for relational db with cognee (#620)
<!-- .github/pull_request_template.md -->

## Description
This demo uses pydantic models and dlt to pull data from the Pokémon API
and structure it into a relational format. By feeding this structured
data into cognee, it makes searching across multiple tables easier and
more intuitive, thanks to the relational model.

## 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**
- Introduced a comprehensive Pokémon data processing pipeline, available
as both a Python script and an interactive Jupyter Notebook.
- Enabled asynchronous operations for efficient data collection and
querying, including an integrated search functionality.
- Improved error handling and data validation during the data fetching
and processing stages for a smoother user experience.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
2025-03-08 20:33:42 +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 Cognee simple document example (#521) 2025-02-11 13:58:35 +01:00
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 refactor: Refactor search so graph completion is used by default (#505) 2025-02-07 17:16:34 +01:00
pokemon_datapoints_example.py Demo for relational db with cognee (#620) 2025-03-08 20:33:42 +01:00
simple_example.py refactor: Refactor search so graph completion is used by default (#505) 2025-02-07 17:16:34 +01:00