graphiti icon indicating copy to clipboard operation
graphiti copied to clipboard

Documentation not updated

Open alejandrods opened this issue 1 year ago • 2 comments

Hello,

I have started trying Graphiti but noticed that the documentation appears to be outdated:

  • I received this error TypeError: Graphiti.add_episode() got an unexpected keyword argument 'metadata' following this steps.
  • Additionally, the documentation does not clearly specify which model Graphiti uses for embeddings and generation. It would be helpful to have more detailed information about this.
  • Following these steps, the manybirds_products is missing

The project looks great overall! Thank you for your efforts

alejandrods avatar Sep 19 '24 10:09 alejandrods

Following these steps, the manybirds_products is missing

Found it here!

alejandrods avatar Sep 19 '24 10:09 alejandrods

Thanks for catching that, metadata wasn't actually a supported field in the Graphiti released. We are removing that from the documentation now.

The many birds products should be in this directory: graphiti/examples/data/manybirds_products.json

There is also an example for ingesting those products into the graph in graphiti/examples/ecommerce/runner.py to help troubleshooting

prasmussen15 avatar Sep 19 '24 15:09 prasmussen15