prestonrasmussen
9c8a20e16f
bump version
v0.13.2
2025-06-26 15:45:13 -04:00
prestonrasmussen
c6f7c98598
updates
2025-06-26 15:38:05 -04:00
Daniel Chalef
fc104cbe41
Update SEMAPHORE_LIMIT default value in docker-compose.yml to 10 for improved concurrency management ( #628 )
2025-06-25 21:45:46 -07:00
Preston Rasmussen
97593550a9
fix fulltext query ( #626 )
...
* fix fulltext query
* updates
v0.13.1
2025-06-25 18:09:56 -04:00
Daniel Chalef
9cc2e86071
Azure OpenAI improvements and fixes; Improve Graphiti Azure OpenAI config ( #620 )
...
* Azure OpenAI improvements and fixes; Improve Graphiti Azure OpenAI config
* format
2025-06-25 14:48:12 -04:00
Thor Christoffersen Hochman
587f1b9876
Add Ollama documentation to readme ( #601 )
...
Add Ollama documentation
2025-06-24 17:33:35 -07:00
Daniel Chalef
a7ae6784c8
mcp concurrency limit ( #623 )
...
* update graphiti dep
* - Introduce SEMAPHORE_LIMIT environment variable in graphiti_mcp_server.py to manage concurrency and mitigate 429 rate limit errors.
- Document SEMAPHORE_LIMIT usage in README.md for better user guidance.
* Log the concurrency limit in Graphiti initialization for better visibility.
* Document SEMAPHORE_LIMIT environment variable in README.md to clarify its role in managing episode processing concurrency and handling 429 rate limit errors.
2025-06-24 15:35:33 -07:00
Preston Rasmussen
2b27353097
Node name bug fix ( #622 )
...
* fixes
* fix bugs
* change version
v0.13.0
2025-06-24 17:13:27 -04:00
dependabot[bot]
dd4da318b6
Bump langsmith from 0.3.45 to 0.4.1 ( #615 )
...
Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk ) from 0.3.45 to 0.4.1.
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases )
- [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.3.45...v0.4.1 )
---
updated-dependencies:
- dependency-name: langsmith
dependency-version: 0.4.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-24 09:39:38 -07:00
Guy Korland
0d7dd9d363
set requires-python to fix poetry install ( #609 )
...
set requires-python
2025-06-24 09:39:00 -07:00
Daniel Chalef
a6bb9b3eca
Add group ID validation and error handling ( #618 )
...
- Introduced `GroupIdValidationError` to handle invalid group ID formats.
- Added `validate_group_id` function to check that group IDs contain only alphanumeric characters, dashes, or underscores.
- Integrated `validate_group_id` checks in the `Graphiti` class to ensure group IDs are validated during processing.
2025-06-24 09:33:54 -07:00
Daniel Chalef
fe870b953f
Add max_coroutines parameter to Graphiti and update semaphore_gather function ( #619 )
...
- Introduced max_coroutines parameter in the Graphiti class to control the maximum number of concurrent operations.
- Updated the semaphore_gather function to accept max_coroutines as an optional argument, defaulting to SEMAPHORE_LIMIT if not provided.
- Adjusted multiple calls to semaphore_gather throughout the Graphiti class to utilize the new max_coroutines parameter for better concurrency management.
2025-06-24 09:32:16 -07:00
dependabot[bot]
ae7f2234a8
Bump ruff from 0.11.13 to 0.12.0 ( #616 )
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.13 to 0.12.0.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.13...0.12.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-24 11:40:27 -04:00
dependabot[bot]
67e983501b
Bump mypy from 1.16.0 to 1.16.1 ( #617 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.16.0 to 1.16.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.16.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.16.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-24 11:40:13 -04:00
robrichardson13
b8e6762cb2
fix: ensure fact_embedding is removed from attributes in format_fact_… ( #611 )
...
fix: ensure fact_embedding is removed from attributes in format_fact_result
This ensures that fact_embedding is completely cleaned from the result,
both from the main level and from the attributes dictionary.
2025-06-23 22:01:26 -07:00
dependabot[bot]
25dfc10662
Bump pytest from 8.4.0 to 8.4.1 ( #614 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.0...8.4.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-23 12:42:48 -04:00
dependabot[bot]
1ff4b2248d
Bump langchain-openai from 0.3.23 to 0.3.25 ( #613 )
...
Bumps [langchain-openai](https://github.com/langchain-ai/langchain ) from 0.3.23 to 0.3.25.
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.23...langchain-openai==0.3.25 )
---
updated-dependencies:
- dependency-name: langchain-openai
dependency-version: 0.3.25
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-23 12:41:07 -04:00
Daniel Chalef
9cc020def0
@gkorland has signed the CLA in getzep/graphiti#609
2025-06-21 10:35:48 -07:00
Daniel Chalef
9f886c114d
@robrichardson13 has signed the CLA in getzep/graphiti#611
2025-06-19 21:59:15 -07:00
Preston Rasmussen
760ca7e90c
Node name bug ( #605 )
...
* prompt update
* prompt update
* revert quickstart changes
v0.12.4
2025-06-18 18:20:28 -04:00
Preston Rasmussen
cc4541e496
make falkordb dependency optional ( #604 )
v0.12.3
2025-06-18 16:47:09 -04:00
dependabot[bot]
ed6183afe7
Bump groq from 0.26.0 to 0.28.0 ( #595 )
...
Bumps [groq](https://github.com/groq/groq-python ) from 0.26.0 to 0.28.0.
- [Release notes](https://github.com/groq/groq-python/releases )
- [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/groq/groq-python/compare/v0.26.0...v0.28.0 )
---
updated-dependencies:
- dependency-name: groq
dependency-version: 0.28.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-18 16:17:37 -04:00
dependabot[bot]
ee513516fa
Bump mypy from 1.15.0 to 1.16.0 ( #596 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.15.0 to 1.16.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.16.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-18 16:17:25 -04:00
dependabot[bot]
83ec0a1230
Bump urllib3 from 2.3.0 to 2.5.0 in the pip group ( #603 )
...
Bumps the pip group with 1 update: [urllib3](https://github.com/urllib3/urllib3 ).
Updates `urllib3` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.5.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.5.0
dependency-type: indirect
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-18 16:17:13 -04:00
Preston Rasmussen
2b0bc21b21
be more explicit about edge type signatures ( #600 )
...
* be more explicit about edge type signatures
* bump version
* update
v0.12.2
2025-06-18 16:01:00 -04:00
Daniel Chalef
645e86094c
@thorchh has signed the CLA in getzep/graphiti#601
2025-06-18 00:19:52 -07:00
Preston Rasmussen
e8bf81fc6b
add IS_DUPLICATE_OF edges ( #599 )
...
* add IS_DUPLICATE_OF edges
* cypher query update
* robust handling
2025-06-17 11:56:55 -04:00
abab-dev
0d6a76d891
fix: rename add_episode to add_memory ( #588 )
2025-06-16 21:34:02 -07:00
dependabot[bot]
1a5996f625
Bump anthropic from 0.52.2 to 0.54.0 ( #590 )
...
Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python ) from 0.52.2 to 0.54.0.
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases )
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.52.2...v0.54.0 )
---
updated-dependencies:
- dependency-name: anthropic
dependency-version: 0.54.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 13:23:01 -04:00
dependabot[bot]
d3ba967312
Bump langgraph from 0.4.5 to 0.4.8 ( #591 )
...
Bumps [langgraph](https://github.com/langchain-ai/langgraph ) from 0.4.5 to 0.4.8.
- [Release notes](https://github.com/langchain-ai/langgraph/releases )
- [Commits](https://github.com/langchain-ai/langgraph/compare/0.4.5...0.4.8 )
---
updated-dependencies:
- dependency-name: langgraph
dependency-version: 0.4.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 13:22:49 -04:00
dependabot[bot]
58e213f7a2
Bump langchain-openai from 0.3.21 to 0.3.23 ( #593 )
...
Bumps [langchain-openai](https://github.com/langchain-ai/langchain ) from 0.3.21 to 0.3.23.
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.21...langchain-openai==0.3.23 )
---
updated-dependencies:
- dependency-name: langchain-openai
dependency-version: 0.3.23
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 13:22:38 -04:00
dependabot[bot]
59de419b69
Bump google-genai from 1.19.0 to 1.20.0 ( #592 )
...
Bumps [google-genai](https://github.com/googleapis/python-genai ) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/googleapis/python-genai/releases )
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/python-genai/compare/v1.19.0...v1.20.0 )
---
updated-dependencies:
- dependency-name: google-genai
dependency-version: 1.20.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 13:22:21 -04:00
dependabot[bot]
3042401868
Bump pytest-asyncio from 0.26.0 to 1.0.0 ( #594 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.26.0 to 1.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.26.0...v1.0.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-version: 1.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 13:22:06 -04:00
prestonrasmussen
152eb1f08b
bump version
v0.12.1
2025-06-16 12:03:13 -04:00
Preston Rasmussen
fb6d674fc2
update falkordb ( #589 )
...
* update falkordb
* updates
* updates
2025-06-16 12:02:08 -04:00
Daniel Chalef
1c51a18430
@abab-dev has signed the CLA in getzep/graphiti#588
2025-06-16 02:13:05 -07:00
Daniel Chalef
e3974fc06e
@karn09 has signed the CLA in getzep/graphiti#584
2025-06-14 21:45:23 -07:00
Preston Rasmussen
19fde653a6
update driver ( #583 )
...
* update driver
* mypy updates
* mypy updates
* mypy updates
* Update graphiti_core/graph_queries.py
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* mypy updates
* mypy
* mypy updates
* mypy updates
* mypy updates
* mypy updates
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
v0.12.0
2025-06-13 14:12:09 -04:00
prestonrasmussen
12b90633a4
correct import of literal string
2025-06-13 12:15:33 -04:00
prestonrasmussen
0d53cef9ab
bump version
2025-06-13 12:08:49 -04:00
Preston Rasmussen
14146dc46f
Add support for falkordb ( #575 )
...
* [wip] add support for falkordb
* updates
* fix-async
* progress
* fix-issues
* rm-date-handler
* red-code
* rm-uns-try
* fix-exm
* rm-un-lines
* fix-comments
* fix-se-utils
* fix-falkor-readme
* fix-falkor-cosine-score
* update-falkor-ver
* fix-vec-sim
* min-updates
* make format
* update graph driver abstraction
* poetry lock
* updates
* linter
* Update graphiti_core/search/search_utils.py
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: Dudi Zimberknopf <zimber.dudi@gmail.com>
Co-authored-by: Gal Shubeli <galshubeli93@gmail.com>
Co-authored-by: Gal Shubeli <124919062+galshubeli@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-13 12:06:57 -04:00
Daniel Chalef
3d7e1a4b79
feat: add Azure client wrappers for embedding and LLM, integrate into server ( #581 )
...
* create wrappers for azure clients
* rremove unused crossencoder client
* format
* chore: update graphiti-core to 0.12.0rc5 and pydantic to 2.11.5
* Update graphiti_core/llm_client/azure_openai_client.py
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: Preston Rasmussen <109292228+prasmussen15@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-13 11:55:08 -04:00
Denys Kurylenko
5287810d2d
Made docker compose
work on Mac. Fixes #519 ( #574 )
...
made docker compose work on Mac
2025-06-12 19:15:39 -07:00
Daniel Chalef
efb185e347
Create codeql.yml ( #580 )
2025-06-12 19:04:34 -07:00
PHẠM MINH LONG
ab3b8e0061
Fix OpenAI Reranker logic ( #579 )
2025-06-12 12:34:32 -04:00
Daniel Chalef
3377ebce9c
@LongPML has signed the CLA in getzep/graphiti#579
2025-06-12 00:10:11 -07:00
Daniel Chalef
e839c774aa
@denyska has signed the CLA in getzep/graphiti#574
2025-06-09 19:08:19 -07:00
dependabot[bot]
817e89a382
Bump the pip group with 2 updates ( #573 )
...
Bumps the pip group with 2 updates: [requests](https://github.com/psf/requests ) and [torch](https://github.com/pytorch/pytorch ).
Updates `requests` from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
Updates `torch` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/pytorch/pytorch/releases )
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md )
- [Commits](https://github.com/pytorch/pytorch/compare/v2.7.0...v2.7.1 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: indirect
dependency-group: pip
- dependency-name: torch
dependency-version: 2.7.1
dependency-type: indirect
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 19:38:32 -04:00
dependabot[bot]
2d3bc292cf
Bump langchain-openai from 0.3.18 to 0.3.21 ( #569 )
...
Bumps [langchain-openai](https://github.com/langchain-ai/langchain ) from 0.3.18 to 0.3.21.
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.18...langchain-openai==0.3.21 )
---
updated-dependencies:
- dependency-name: langchain-openai
dependency-version: 0.3.21
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 19:29:39 -04:00
dependabot[bot]
bf178fcb98
Bump pytest from 8.3.5 to 8.4.0 ( #568 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.5 to 8.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 12:34:02 -04:00