graphiti/server/graph_service
Daniel Chalef 7f7a17c926
chore: update dependencies and refactor type hinting (#339)
* Bump version from 0.9.0 to 0.9.1 in pyproject.toml and update google-genai dependency to >=0.1.0

* Bump version from 0.9.1 to 0.9.2 in pyproject.toml

* Update google-genai dependency version to >=0.8.0 in pyproject.toml

* loc file

* Update pyproject.toml to version 0.9.3, restructure dependencies, and modify author format. Remove outdated Google API key note from README.md.

* upgrade poetry and ruff

* Update README.md to include installation instructions for Graphiti with Google Gemini support

* fix to deps since peotry doesn't fully implement PEP 735

* Refactor string formatting in various files to use single quotes for consistency and improve readability. This includes updates in agent.ipynb, quickstart.py, multiple prompt files, and ingest.py and retrieve.py modules.

* Remove optional dependencies from pyproject.toml to streamline project requirements.
2025-04-09 08:05:26 -07:00
..
dto Gemini support (#324) 2025-04-06 09:27:04 -07:00
routers chore: update dependencies and refactor type hinting (#339) 2025-04-09 08:05:26 -07:00
__init__.py Add Fastapi graph service (#88) 2024-09-06 11:07:45 -04:00
config.py feat: configurable embedding model (#156) 2024-09-26 13:31:22 -07:00
main.py feat: add FastAPI lifespan and healthcheck endpoint (#144) 2024-09-23 10:12:35 -04:00
zep_graphiti.py feat: Dedicated embedder interface (#159) 2024-09-27 12:47:04 -04:00