run-llama / llama_index

LlamaIndex is a data framework for your LLM applications
https://docs.llamaindex.ai
MIT License
33.3k stars 4.66k forks source link

[Feature Request]: Neptune Support for PropertyGraphStore #14186

Open hypernovas opened 2 weeks ago

hypernovas commented 2 weeks ago

Feature Description

Curious, if there will (or already) a Neptune support for PropertyGraph? There seems to only have Neo4j support for PropertyGraphStore

Reason

We are currently using AWS service and do not have any Neo4j subscription, which is quite common I think.

Value of Feature

This can help a lot of users who are in the AWS ecosystem quickly adopt Llama-index's new knowledge graph framework.

logan-markewich commented 2 weeks ago

Nebula is also supported. I welcome any contributions though 🙏🏻

hypernovas commented 2 weeks ago

Thanks!

Got it. I'll look into it to see how I can contribute.