![]() |
VOOZH | about |
dotnet add package Mostlylucid.LucidRAG.Core --version 2.7.5
NuGet\Install-Package Mostlylucid.LucidRAG.Core -Version 2.7.5
<PackageReference Include="Mostlylucid.LucidRAG.Core" Version="2.7.5" />
<PackageVersion Include="Mostlylucid.LucidRAG.Core" Version="2.7.5" />Directory.Packages.props
<PackageReference Include="Mostlylucid.LucidRAG.Core" />Project file
paket add Mostlylucid.LucidRAG.Core --version 2.7.5
#r "nuget: Mostlylucid.LucidRAG.Core, 2.7.5"
#:package Mostlylucid.LucidRAG.Core@2.7.5
#addin nuget:?package=Mostlylucid.LucidRAG.Core&version=2.7.5Install as a Cake Addin
#tool nuget:?package=Mostlylucid.LucidRAG.Core&version=2.7.5Install as a Cake Tool
Core business logic for LucidRAG - shared by web, CLI, and API projects.
dotnet add package Mostlylucid.LucidRAG.Core
// Register all LucidRAG services
builder.Services.AddLucidRagCore(builder.Configuration);
// Inject and use
public class MyController(ConversationService conversations)
{
public async Task<string> AskAsync(string question)
{
var response = await conversations.AskAsync(question);
return response.Answer;
}
}
This is the top-level orchestration package that brings together all LucidRAG components: DocSummarizer, GraphRag, RAG, ImageSummarizer, VideoSummarizer, DataSummarizer, DomainClassifier, DoomSummarizer.Core, and LLM providers (Anthropic, OpenAI).
| 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.