gptscript-ai / knowledge

Knowledge for GPTScript
https://gptscript-ai.github.io/knowledge/
Apache License 2.0
27 stars 13 forks source link

feat: GraphRAG #54

Open iwilltry42 opened 3 months ago

gmile commented 2 months ago

Just finished reading https://www.microsoft.com/en-us/research/blog/graphrag-new-tool-for-complex-data-discovery-now-on-github/, really interested in seeing support for GraphRAG in knowledge :)

gmile commented 2 months ago

ℹ️ FWIW, latest GraphRAG release contains this PR, e.g. factoring out an API with a single function to perform indexing: https://github.com/microsoft/graphrag/pull/953. Though, at this moment there's a warning that this API is a subject to change

gmile commented 1 month ago

ℹ️ There also exists a lightweight, much more hackable approach to GraphRAG: https://github.com/gusye1234/nano-graphrag

iwilltry42 commented 1 month ago

Hey @gmile , thanks for providing all those resources! Especially nano-graphrag looks interesting as it seems to fit the knowledge tool philosophy. Since you're very interested in this feature, I just want to take note that this is not on the short-term roadmap as our current focus is app integration and performance improvements.