GraphRag.Net 0.1.28

dotnet add package GraphRag.Net --version 0.1.28                
NuGet\Install-Package GraphRag.Net -Version 0.1.28                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GraphRag.Net" Version="0.1.28" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GraphRag.Net --version 0.1.28                
#r "nuget: GraphRag.Net, 0.1.28"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GraphRag.Net as a Cake Addin
#addin nuget:?package=GraphRag.Net&version=0.1.28

// Install GraphRag.Net as a Cake Tool
#tool nuget:?package=GraphRag.Net&version=0.1.28                

GraphRag for .NET –这是一个参考GraphRag的DotNet简易实现。
     基于微软在论文中提到的实现思路,执行过程GraphRAG主要实现了如下功能:
     Source Documents → Text Chunks:将源文档分割成文本块。
     Text Chunks → Element Instances:从每个文本块中提取图节点和边的实例。
     Element Instances → Element Summaries:为每个图元素生成摘要。
     Element Summaries → Graph Communities:使用社区检测算法将图划分为社区。
     Graph Communities → Community Summaries:为每个社区生成摘要。
     Community Summaries → Community Answers → Global Answer:使用社区摘要生成局部答案,然后汇总这些局部答案以生成全局答案。
     商务需求联系微信xuzeyu91

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.28 93 8/28/2024
0.1.27 124 8/20/2024
0.1.26 90 8/19/2024
0.1.25 98 8/16/2024
0.1.24 90 8/16/2024
0.1.23 87 8/16/2024
0.1.22 80 8/15/2024
0.1.21 86 8/15/2024
0.1.20 85 8/15/2024
0.1.20-dev4 71 8/15/2024
0.1.20-dev3 76 8/15/2024
0.1.20-dev2 78 8/15/2024
0.1.20-dev1 79 8/15/2024
0.1.19 75 8/15/2024
0.1.18 82 8/14/2024
0.1.17 80 8/14/2024
0.1.15 86 8/13/2024
0.1.14 79 8/13/2024
0.1.13 88 8/13/2024
0.1.12 86 8/13/2024
0.1.11 82 8/8/2024
0.1.10 88 8/8/2024
0.1.9 91 8/8/2024
0.1.8 79 8/7/2024
0.1.7 67 8/6/2024
0.1.6 53 8/5/2024
0.1.5 47 8/5/2024
0.1.4 47 7/27/2024
0.1.3 55 7/27/2024
0.1.2 57 7/26/2024
0.1.1 48 7/26/2024
0.1.0 54 7/26/2024