Skip to content

Commit

Permalink
fix 修改plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzeyu91 committed Aug 15, 2024
1 parent a741740 commit 5759b42
Show file tree
Hide file tree
Showing 45 changed files with 57 additions and 755 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
<PropertyGroup>
<Version>0.1.20-dev4</Version>
<Version>0.1.21</Version>
<SKVersion>1.17.1</SKVersion>
</PropertyGroup>
</Project>
56 changes: 56 additions & 0 deletions src/GraphRag.Net.Web/GraphRag.Net.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@
<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,KMEXP01</NoWarn>
</PropertyGroup>

<ItemGroup>
<Content Remove="graphPlugins\graph\community_search\config.json" />
<Content Remove="graphPlugins\graph\community_summaries\config.json" />
<Content Remove="graphPlugins\graph\create\config.json" />
<Content Remove="graphPlugins\graph\global_summaries\config.json" />
<Content Remove="graphPlugins\graph\mergedesc\config.json" />
<Content Remove="graphPlugins\graph\relationship\config.json" />
<Content Remove="graphPlugins\graph\search\config.json" />
</ItemGroup>

<ItemGroup>
<None Include="graphPlugins\**">
<PackagePath>graphPlugins\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="AntDesign.Charts" Version="0.5.5" />
<PackageReference Include="AntDesign.ProLayout" Version="0.19.4" />
Expand All @@ -24,4 +42,42 @@
<ProjectReference Include="..\GraphRag.Net\GraphRag.Net.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="graphPlugins\graph\community_search\skprompt.txt">
<PackagePath>graphPlugins\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
</None>
<None Update="graphPlugins\graph\community_summaries\skprompt.txt">
<PackagePath>graphPlugins\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
</None>
<None Update="graphPlugins\graph\create\skprompt.txt">
<PackagePath>graphPlugins\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
</None>
<None Update="graphPlugins\graph\global_summaries\skprompt.txt">
<PackagePath>graphPlugins\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
</None>
<None Update="graphPlugins\graph\mergedesc\skprompt.txt">
<PackagePath>graphPlugins\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
</None>
<None Update="graphPlugins\graph\relationship\skprompt.txt">
<PackagePath>graphPlugins\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
</None>
<None Update="graphPlugins\graph\search\skprompt.txt">
<PackagePath>graphPlugins\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
</None>
</ItemGroup>

</Project>
7 changes: 0 additions & 7 deletions src/GraphRag.Net/GraphRag.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,4 @@
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="$(SKVersion)-alpha" />
<PackageReference Include="SqlSugarCore" Version="5.1.4.166" />
</ItemGroup>
<ItemGroup>
<None Update="graphPlugins\**">
<Pack>true</Pack>
<PackagePath>graphPlugins\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5759b42

Please sign in to comment.