Pavlo Paliychuk

Results 39 comments of Pavlo Paliychuk

Worth noting that I have also tested this with openai, anthropic and gemini models on this workflow, can confirm things worked locally for me. ![CleanShot 2025-04-07 at 15 00 44@2x](https://github.com/user-attachments/assets/fad5584e-e08b-45c2-a21c-db84527fb3a5)

@Joffcom we're planning to deprecate facts and summary field in the memory.get response soon, would appreciate a review here.

Closing this PR in favour of another contribution we're working on to upgrade Zep SDK to v3

@jacoblee93 Hi, I'm an engineer at Zep, @danielchalef asked me to take a look at this one, looks good to me, @raffareis Appreciate the contribution!

Hey @ankitom good question, sorry for late reply here. It is possible to use azure openai, you would need to pass in the `AsyncAzureOpenAI` client when initializing `Graphiti`, example below...

@mariaapostigo Hey, chiming in here, sorry for the delay. Can you try passing the embedder option into Graphiti intialization as follows: ```python from graphiti_core.embedder.openai import OpenAIEmbedder, OpenAIEmbedderConfig graphiti = Graphiti(...

@lingster Hi, can you please upgrade your neo4j version to `5.26` or higher and confirm you're still seeing the errors?

We mention this in the readme as min version requirement for Graphiti, my bad for not updating the docker compose files in the project to reflect that.