GraphRag.Net
0.1.6
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package GraphRag.Net --version 0.1.6
NuGet\Install-Package GraphRag.Net -Version 0.1.6
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.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GraphRag.Net --version 0.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GraphRag.Net, 0.1.6"
#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.6 // Install GraphRag.Net as a Cake Tool #tool nuget:?package=GraphRag.Net&version=0.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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:使用社区摘要生成局部答案,然后汇总这些局部答案以生成全局答案。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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.
-
net8.0
- Microsoft.SemanticKernel (>= 1.16.2)
- Microsoft.SemanticKernel.Connectors.Postgres (>= 1.16.2-alpha)
- Microsoft.SemanticKernel.Connectors.Sqlite (>= 1.16.2-alpha)
- Microsoft.SemanticKernel.Core (>= 1.16.2)
- Microsoft.SemanticKernel.Plugins.Core (>= 1.16.2-alpha)
- Microsoft.SemanticKernel.Plugins.Memory (>= 1.16.2-alpha)
- SqlSugarCore (>= 5.1.4.166)
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.30 | 106 | 10/20/2024 |
0.1.29 | 85 | 9/29/2024 |
0.1.28 | 137 | 8/28/2024 |
0.1.27 | 154 | 8/20/2024 |
0.1.26 | 115 | 8/19/2024 |
0.1.25 | 123 | 8/16/2024 |
0.1.24 | 119 | 8/16/2024 |
0.1.23 | 114 | 8/16/2024 |
0.1.22 | 105 | 8/15/2024 |
0.1.21 | 109 | 8/15/2024 |
0.1.20 | 110 | 8/15/2024 |
0.1.20-dev4 | 90 | 8/15/2024 |
0.1.20-dev3 | 99 | 8/15/2024 |
0.1.20-dev2 | 97 | 8/15/2024 |
0.1.20-dev1 | 101 | 8/15/2024 |
0.1.19 | 102 | 8/15/2024 |
0.1.18 | 110 | 8/14/2024 |
0.1.17 | 105 | 8/14/2024 |
0.1.15 | 112 | 8/13/2024 |
0.1.14 | 107 | 8/13/2024 |
0.1.13 | 115 | 8/13/2024 |
0.1.12 | 111 | 8/13/2024 |
0.1.11 | 107 | 8/8/2024 |
0.1.10 | 115 | 8/8/2024 |
0.1.9 | 115 | 8/8/2024 |
0.1.8 | 101 | 8/7/2024 |
0.1.7 | 93 | 8/6/2024 |
0.1.6 | 78 | 8/5/2024 |
0.1.5 | 72 | 8/5/2024 |
0.1.4 | 69 | 7/27/2024 |
0.1.3 | 75 | 7/27/2024 |
0.1.2 | 80 | 7/26/2024 |
0.1.1 | 71 | 7/26/2024 |
0.1.0 | 77 | 7/26/2024 |