![]() |
VOOZH | about |
dotnet add package Mostlylucid.LucidRAG.DoomSummarizer.Core --version 2.7.5
NuGet\Install-Package Mostlylucid.LucidRAG.DoomSummarizer.Core -Version 2.7.5
<PackageReference Include="Mostlylucid.LucidRAG.DoomSummarizer.Core" Version="2.7.5" />
<PackageVersion Include="Mostlylucid.LucidRAG.DoomSummarizer.Core" Version="2.7.5" />Directory.Packages.props
<PackageReference Include="Mostlylucid.LucidRAG.DoomSummarizer.Core" />Project file
paket add Mostlylucid.LucidRAG.DoomSummarizer.Core --version 2.7.5
#r "nuget: Mostlylucid.LucidRAG.DoomSummarizer.Core, 2.7.5"
#:package Mostlylucid.LucidRAG.DoomSummarizer.Core@2.7.5
#addin nuget:?package=Mostlylucid.LucidRAG.DoomSummarizer.Core&version=2.7.5Install as a Cake Addin
#tool nuget:?package=Mostlylucid.LucidRAG.DoomSummarizer.Core&version=2.7.5Install as a Cake Tool
Core signal extraction, retrieval, and synthesis pipeline for news and content analysis.
RetrievalPipeline.cs)Three-layer retrieval with parallel execution:
Lucene and HNSW layers execute concurrently via Task.WhenAll, with results fused through RRF.
OllamaService.SynthesizeSummaryAsync)Unified synthesis engine used by both scroll and ask:
ItemProcessor.cs)Optimized for throughput:
EmbedBatchAsyncIndexBatchAsync wraps save + FTS5 index + keyword corpus update in a single SQLite transactionTextRankExtractor.cs)Deterministic key-sentence extraction without LLM:
StorageService.cs)SQLite-backed storage with:
MIT
| 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 5 NuGet packages that depend on Mostlylucid.LucidRAG.DoomSummarizer.Core:
| Package | Downloads |
|---|---|
|
Mostlylucid.LucidRAG.Sources.Web
Web search and scraping source plugin for DoomSummarizer. Includes Brave, Serper, Tavily, Jina, DuckDuckGo, and generic URL fetching. |
|
|
Mostlylucid.LucidRAG.Plugins.Books
Book summarizer plugin for DoomSummarizer. Provides hierarchical splitting (chapters, acts, sections), book type detection, and chapter-aware summarization strategies for novels, plays, anthologies, and academic works. |
|
|
Mostlylucid.LucidRAG.Sources.Google
Google News and Places source plugin for DoomSummarizer. |
|
|
Mostlylucid.LucidRAG.Plugins.Video
Video analysis plugin for DoomSummarizer. Shot detection, scene segmentation, and transcription support. |
|
|
Mostlylucid.LucidRAG.Plugins.Image
Image analysis plugin for DoomSummarizer. OCR, captioning, and multi-wave ML analysis. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.7.5 | 411 | 3/30/2026 |
| 2.7.4 | 292 | 3/30/2026 |
| 2.7.3 | 378 | 3/30/2026 |
| 2.7.1 | 382 | 3/29/2026 |
| 2.7.0 | 360 | 3/29/2026 |
| 2.6.0 | 362 | 3/29/2026 |
| 2.5.0-alpha0 | 424 | 2/10/2026 |
| 2.1.0 | 379 | 2/9/2026 |
| 2.1.0-preview2 | 364 | 2/9/2026 |
| 2.0.1-rc0 | 399 | 2/9/2026 |
| 1.1.1 | 447 | 2/4/2026 |
| 1.0.0 | 434 | 2/4/2026 |
| 1.0.0-rc6 | 446 | 2/4/2026 |
| 1.0.0-rc5 | 406 | 2/3/2026 |
| 1.0.0-rc4 | 439 | 2/3/2026 |
| 1.0.0-rc2 | 295 | 2/3/2026 |
| 1.0.0-alpha4 | 92 | 2/2/2026 |
Initial NuGet package release.
Signal extraction pipeline: embeddings, entities, knowledge graphs, ranking, LLM routing.