GraphRag.Net icon indicating copy to clipboard operation
GraphRag.Net copied to clipboard

参考GraphRag使用 Semantic Kernel 来实现的dotnet版本,可以使用NuGet开箱即用集成到项目中

Results 2 GraphRag.Net issues
Sort by recently updated
recently updated
newest added

建议将 var embeddingGenerator = new OpenAITextEmbeddingGenerationService(GraphOpenAIOption.EmbeddingModel, GraphOpenAIOption.Key, httpClient: new HttpClient(handler)); 放到外层注入 以方便实现自定义

如果人物的描述跨越了chunk,会无法产生关联。比如在倚天里面,前面描述了很多一个白衣男子的情况,但到很后面才说这个白衣男子名字叫何足道,按graphrag的处理方式,如果碰巧白衣男子在前一个chunk里,何足道在后一个chunk里,那就会产生两个实体,一个叫白衣男子,一个叫何足道,两者没有关联上