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

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

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

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