Skip to content

Commit e3cb8a5

Browse files
committed
update Text2Sql
1 parent 902777c commit e3cb8a5

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
33
<PropertyGroup>
4-
<Version>0.1.2.1</Version>
4+
<Version>0.1.3</Version>
55
<SKVersion>1.17.1</SKVersion>
66
</PropertyGroup>
77
</Project>

src/Text2Sql.Net/Text2Sql.Net.csproj

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,13 @@
1111
<Company>xuzeyu</Company>
1212
<Title>Text2Sql.Net</Title>
1313
<Description>
14-
GraphRag for .NET –这是一个参考GraphRag的DotNet简易实现。
15-
基于微软在论文中提到的实现思路,执行过程GraphRAG主要实现了如下功能:
16-
Source Documents → Text Chunks:将源文档分割成文本块。
17-
Text Chunks → Element Instances:从每个文本块中提取图节点和边的实例。
18-
Element Instances → Element Summaries:为每个图元素生成摘要。
19-
Element Summaries → Graph Communities:使用社区检测算法将图划分为社区。
20-
Graph Communities → Community Summaries:为每个社区生成摘要。
21-
Community Summaries → Community Answers → Global Answer:使用社区摘要生成局部答案,然后汇总这些局部答案以生成全局答案。
14+
Text2Sql.NET –这是一个使用Semantic Kernel 实现的Text2Sql内核。
15+
支持Sqlite、Postgres、SqlServer、Mysql等数据库。
16+
可以轻量级集成到项目中使用Text2Sql能力
2217
商务需求联系微信xuzeyu91
2318
</Description>
2419
<PackageProjectUrl>https://github.com/AIDotNet/Text2Sql.Net</PackageProjectUrl>
25-
<Tags>AI, Rag, GraphRag</Tags>
20+
<Tags>AI, Rag, Text2Sql</Tags>
2621
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2722
<NoWarn>CA1050,CA1707,CA2007,VSTHRD111,CS1591,RCS1110,CA5394,SKEXP0001,SKEXP0002,SKEXP0003,SKEXP0004,SKEXP0010,SKEXP0011,,SKEXP0012,SKEXP0020,SKEXP0021,SKEXP0022,SKEXP0023,SKEXP0024,SKEXP0025,SKEXP0026,SKEXP0027,SKEXP0028,SKEXP0029,SKEXP0030,SKEXP0031,SKEXP0032,SKEXP0040,SKEXP0041,SKEXP0042,SKEXP0050,SKEXP0051,SKEXP0052,SKEXP0053,SKEXP0054,SKEXP0055,SKEXP0060,SKEXP0061,SKEXP0101,SKEXP0102</NoWarn>
2823
<GenerateDocumentationFile>True</GenerateDocumentationFile>

0 commit comments

Comments
 (0)