graphiti/graphiti_core
Daniel Chalef 721e92f8fb
feat/falkordb dynamic graph names (#761)
* graphiti-graph-name

* fix-lint

* fix-unittest

* clone-update

* groupid-none

* groupid-def-fulltext

* lint

* Remove redundant function definition for fulltext_query in search_utils.py

* Refactor get_default_group_id function and remove redundant code in falkordb_driver and search_utils. Added import statement in driver.py.

* Refactor test cases in test_falkordb_driver.py for improved readability by consolidating multi-line assertions into single lines. No functional changes made.

* Refactor fulltext_query function in search_utils.py to use double quotes for group_id in the filter list, enhancing consistency in query syntax.

* Remove duplicate assignment of fuzzy_query in episode_fulltext_search function in search_utils.py to eliminate redundancy.

* Remove duplicate assignment of fuzzy_query in community_fulltext_search function in search_utils.py to streamline code.

---------

Co-authored-by: Gal Shubeli <galshubeli93@gmail.com>
2025-07-24 07:17:59 -07:00
..
cross_encoder Bulk ingestion (#698) 2025-07-10 12:14:49 -04:00
driver feat/falkordb dynamic graph names (#761) 2025-07-24 07:17:59 -07:00
embedder save edge update (#721) 2025-07-14 11:15:38 -04:00
llm_client save edge update (#721) 2025-07-14 11:15:38 -04:00
models save edge update (#721) 2025-07-14 11:15:38 -04:00
prompts Bulk updates (#732) 2025-07-16 02:26:33 -04:00
search Return reranker scores (#758) 2025-07-23 16:05:48 -04:00
telemetry feat: add telemetry with PostHog and update Docker configurations (#633) 2025-06-27 12:23:30 -07:00
utils make egg_operations more robust (#737) 2025-07-16 17:12:20 -04:00
__init__.py chore: Fix packaging (#38) 2024-08-25 10:07:50 -07:00
edges.py Return embeddings option in get_by_uuids (#736) 2025-07-16 11:09:10 -04:00
errors.py Add group ID validation and error handling (#618) 2025-06-24 09:33:54 -07:00
graph_queries.py update driver (#583) 2025-06-13 14:12:09 -04:00
graphiti.py feat/falkordb dynamic graph names (#761) 2025-07-24 07:17:59 -07:00
graphiti_types.py Add support for falkordb (#575) 2025-06-13 12:06:57 -04:00
helpers.py update max query length 2025-07-21 19:39:31 -04:00
nodes.py Return embeddings option in get_by_uuids (#736) 2025-07-16 11:09:10 -04:00
py.typed Add py.typed file (#105) 2024-09-11 08:44:06 -04:00