getzep / graphiti

Build and query dynamic, temporally-aware Knowledge Graphs
https://help.getzep.com/graphiti
Apache License 2.0
1.36k stars 72 forks source link

Neptune compatibility #110

Closed bahador closed 1 month ago

bahador commented 1 month ago

Hello. Forgive me for opening an issue for just a quick question. Is or will Graphiti be compatible with AWS Neptune? I looked into hosted Neo4j pricing and it seems very steep. Thanks.

danielchalef commented 1 month ago

We've used openCypher whenever possible to enable future support of Neptune and other databases. Currently, Graphiti uses Neo4j's built-in BM25 and vector indexes. While Neptune can be configured to use OpenSearch and Neptune Analytics to enable similar functionality, deployment is significantly more complex.

If you have experience with Neptune in such a configuration, we'd love your assistance with writing support for Neptune into Graphiti and documentation on configuring such a deployment. Let us know if this is of interest!

bahador commented 1 month ago

Thank you for the quick response. Unfortunately, I do not have that experience. But now knowing that, I'll try it out with Neo4j. Thanks again.