Replies: 1 comment
-
🤖 Hello @nannan612! 👋 I'm Dosu, a friendly bot here to assist you with your queries, bugs, and to help you become an active contributor while we wait for a human maintainer. If you have any questions or need any help, feel free to ask. Let's make your experience with LlamaIndex a smooth one! Based on the current state of the LlamaIndex codebase, it does not support integration with JanusGraph. The supported graph stores at the moment are SimpleGraphStore, NebulaGraphStore, KuzuGraphStore, Neo4jGraphStore, and FalkorDBGraphStore. You can verify this in the llama_index/graph_stores/init.py file. As for your question about the KnowledgeGraphRAGRetriever and JanusGraph, since JanusGraph is not currently supported, it would not be possible to use it directly with the KnowledgeGraphRAGRetriever. Unfortunately, I couldn't find any specific plans to include JanusGraph as a supported graph store in future versions of the LlamaIndex codebase, nor could I find any documentation or guide that provides instructions on how to integrate with other graph stores not currently supported. If you have the necessary skills and resources, you could potentially create a custom graph store for JanusGraph by following the structure and implementation of the existing graph stores. However, this would require a deep understanding of both the LlamaIndex codebase and JanusGraph. I hope this information is helpful. If you have any other questions or need further clarification, please let me know. SourcesThis response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
I want use KnowledgeGraphRAGRetriever with my JanusGraph,but this is no Store for JanusGraph
Beta Was this translation helpful? Give feedback.
All reactions