graphiti/graphiti_core/prompts
Daniel Chalef 9e78890f2e
Gemini support (#324)
* first cut

* Update dependencies and enhance README for optional LLM providers

- Bump aiohttp version from 3.11.14 to 3.11.16
- Update yarl version from 1.18.3 to 1.19.0
- Modify pyproject.toml to include optional extras for Anthropic, Groq, and Google Gemini
- Revise README.md to reflect new optional LLM provider installation instructions and clarify API key requirements

* Remove deprecated packages from poetry.lock and update content hash

- Removed cachetools, google-auth, google-genai, pyasn1, pyasn1-modules, rsa, and websockets from the lock file.
- Added new extras for anthropic, google-genai, and groq.
- Updated content hash to reflect changes.

* Refactor import paths for GeminiClient in README and __init__.py

- Updated import statement in README.md to reflect the new module structure for GeminiClient.
- Removed GeminiClient from the __all__ list in __init__.py as it is no longer directly imported.

* Refactor import paths for GeminiEmbedder in README and __init__.py

- Updated import statement in README.md to reflect the new module structure for GeminiEmbedder.
- Removed GeminiEmbedder and GeminiEmbedderConfig from the __all__ list in __init__.py as they are no longer directly imported.
2025-04-06 09:27:04 -07:00
..
__init__.py chore: Fix packaging (#38) 2024-08-25 10:07:50 -07:00
dedupe_edges.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
dedupe_nodes.py Entity attributes in prompts (#284) 2025-03-04 16:34:19 -05:00
eval.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
extract_edge_dates.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
extract_edges.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
extract_nodes.py Entity classification updates (#285) 2025-03-05 12:08:11 -05:00
invalidate_edges.py Implement OpenAI Structured Output (#225) 2024-12-05 07:03:18 -08:00
lib.py Gemini support (#324) 2025-04-06 09:27:04 -07:00
models.py chore: Fix packaging (#38) 2024-08-25 10:07:50 -07:00
prompt_helpers.py add unicode escape (#224) 2024-12-03 11:52:49 -05:00
summarize_nodes.py fix bug with updating node type attributes (#305) 2025-03-26 12:37:48 -04:00