-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add support for nebula graph database #1350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears the drop function in BaseGraphStorage has not been implemented yet. Additionally, the abstract method in BaseGraphStorage has been updated. Please sync with the main branch to incorporate the latest changes.
For verification, kindly conduct a thorough test of all graph-related functionalities in the WebUI of LightRAG Server, including:
- Graph Retrieval: Ensure the
max depthandmax nodesoptions are functioning as intended. - Node Expand: Validate the expand feature works correctly.
- Clear Document: Ensure the clear document can remove all the data in Graph DB
To confirm successful implementation, please provide screenshots demonstrating all graph view functionalities are operating as expected.
Let me know if you have any questions or need further clarification.
|
Great job, please merge this PR as soon as possible |
|
any update? |
|
Thank you for your congratulations and efforts. As LightRAG evolves, each storage implementation necessitates corresponding upgrades. Currently, we lack the resources to consistently track and maintain the advancements and performance optimizations for every storage type. To avoid impeding the overall progress of the LightRAG system, LightRAG will temporarily discontinue the integration of new storage implementations. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |


Description
[Briefly describe the changes made in this pull request.]
Related Issues
[Reference any related issues or tasks addressed by this pull request.]
Changes Made
[List the specific changes made in this pull request.]
Checklist
Additional Notes
[Add any additional notes or context for the reviewer(s).]