![]() |
VOOZH | about |
dotnet add package Mostlylucid.LucidRAG.GraphRag --version 2.7.5
NuGet\Install-Package Mostlylucid.LucidRAG.GraphRag -Version 2.7.5
<PackageReference Include="Mostlylucid.LucidRAG.GraphRag" Version="2.7.5" />
<PackageVersion Include="Mostlylucid.LucidRAG.GraphRag" Version="2.7.5" />Directory.Packages.props
<PackageReference Include="Mostlylucid.LucidRAG.GraphRag" />Project file
paket add Mostlylucid.LucidRAG.GraphRag --version 2.7.5
#r "nuget: Mostlylucid.LucidRAG.GraphRag, 2.7.5"
#:package Mostlylucid.LucidRAG.GraphRag@2.7.5
#addin nuget:?package=Mostlylucid.LucidRAG.GraphRag&version=2.7.5Install as a Cake Addin
#tool nuget:?package=Mostlylucid.LucidRAG.GraphRag&version=2.7.5Install as a Cake Tool
Entity extraction and knowledge graph construction for LucidRAG.
dotnet add package Mostlylucid.LucidRAG.GraphRag
// Inject the pipeline
public class MyService(GraphRagPipeline pipeline)
{
public async Task ExtractEntitiesAsync(string text)
{
var entities = await pipeline.ExtractEntitiesAsync(text);
foreach (var entity in entities)
{
Console.WriteLine($"{entity.Name} ({entity.Type})");
}
}
}
Mostlylucid.LucidRAG.DocSummarizer - Document processing and embedding infrastructureDuckDB.NET.Data.Full - Embedded graph storageMarkdig - Markdown parsing| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on Mostlylucid.LucidRAG.GraphRag:
| Package | Downloads |
|---|---|
|
Mostlylucid.LucidRAG.AudioSummarizer
AudioSummarizer - Forensic audio characterization library with speech-to-text and speaker analysis |
|
|
Mostlylucid.LucidRAG.Core
Core business logic for LucidRAG - shared by web, CLI, and API projects |
This package is not used by any popular GitHub repositories.