Preston Rasmussen

Results 47 comments of Preston Rasmussen

When was the last time you pulled fro the main graphiti branch?

Hey, were you able to run the `graphiti.build_indices_and_constraints()` method before running any code? What were you trying to run when you got this error, and what version of Graphiti are...

These warnings are harmless as they will only appear before anything is saved to the DB. It is a quirk of Neo4j and won't effect outputs. Please open a new...

Have you run `graphiti.build_indices_and_constraints()` in your DB?

Hey, it looks like some of you are experiencing different issues here. There are three objects which use the OpenAI key: llm_client, embedder, and cross_encoder. You have to make sure...

Have you confirmed that you are using the correct `group_id`?

The codebase for sure needs more tests, I'll dive a bit into how we approach different tests, we aren't a big fan of packages that measure test coverage though. All...

You should be using Neo4j 5.26.2 for the DB as well. Do you have your embedder client set up and is it properly creating embeddings?

Which LLM are you using?

I took a look at the PR and I agree with the approach! I still have to run tests locally before merging though