graphiti
graphiti copied to clipboard
Documentation not updated
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_productsis missing
The project looks great overall! Thank you for your efforts
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