-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
removed get_knowledge_graph #886
Conversation
@@ -604,179 +603,6 @@ async def embed_nodes( | |||
# ------------------------------------------------------------------------- | |||
# QUERY | |||
# ------------------------------------------------------------------------- | |||
# | |||
|
|||
async def get_knowledge_graph( |
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.
Only for mango and neo4j so no needed
No! It's used by the WebUI. Every graph backend should implement the LightRAG/lightrag_webui/src/api/lightrag.ts Lines 164 to 167 in cbc5d9d
LightRAG/lightrag_webui/src/hooks/useLightragGraph.tsx Lines 53 to 61 in cbc5d9d
|
@ArnoChenFx Sorry I just got you message.. |
But @ArnoChenFx get_knowledge_graph is not implemented in Oracle and others, that will crash. |
Again sorry for that @ArnoChenFx Will fallback this implementation. |
@LarFii said he would implement the |
Yes. Once I finish handling my graduation-related tasks, I will prioritize implementing the |
Description
Changes Made
Checklist