![]() |
VOOZH | about |
dotnet add package Mostlylucid.LucidRAG.CodeSummarizer --version 2.7.5
NuGet\Install-Package Mostlylucid.LucidRAG.CodeSummarizer -Version 2.7.5
<PackageReference Include="Mostlylucid.LucidRAG.CodeSummarizer" Version="2.7.5" />
<PackageVersion Include="Mostlylucid.LucidRAG.CodeSummarizer" Version="2.7.5" />Directory.Packages.props
<PackageReference Include="Mostlylucid.LucidRAG.CodeSummarizer" />Project file
paket add Mostlylucid.LucidRAG.CodeSummarizer --version 2.7.5
#r "nuget: Mostlylucid.LucidRAG.CodeSummarizer, 2.7.5"
#:package Mostlylucid.LucidRAG.CodeSummarizer@2.7.5
#addin nuget:?package=Mostlylucid.LucidRAG.CodeSummarizer&version=2.7.5Install as a Cake Addin
#tool nuget:?package=Mostlylucid.LucidRAG.CodeSummarizer&version=2.7.5Install as a Cake Tool
Code block + Mermaid diagram summarization for RAG pipelines (Tree-sitter for AST parsing, plus Mermaid structure extraction).
dotnet add package Mostlylucid.LucidRAG.CodeSummarizer
src/CodeSummarizer.Mermaid.Jint/docs/DOCS-INDEX.md| 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.CodeSummarizer:
| Package | Downloads |
|---|---|
|
Mostlylucid.LucidRAG.DocSummarizer
Local-first document summarization library using BERT embeddings, RAG, and optional LLM synthesis. Supports markdown, PDF, DOCX, and URLs. Every claim is grounded with citations. Runs entirely offline with ONNX models, or optionally uses Ollama/Docling for enhanced features. |
|
|
Mostlylucid.LucidRAG.CodeSummarizer.Mermaid.Jint
100% spec-conformant Mermaid diagram parsing using Jint (pure .NET JavaScript interpreter) running mermaid.js in-process. Drop-in replacement for the regex-based MermaidParser with automatic fallback. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.7.5 | 620 | 3/30/2026 |
| 2.7.4 | 504 | 3/30/2026 |
| 2.7.3 | 602 | 3/30/2026 |
| 2.7.2 | 247 | 3/30/2026 |
| 2.7.1 | 565 | 3/29/2026 |
| 2.7.0 | 520 | 3/29/2026 |
| 2.6.0 | 534 | 3/29/2026 |
| 2.5.0-alpha0 | 650 | 2/10/2026 |
| 2.1.0 | 597 | 2/9/2026 |
| 2.1.0-preview2 | 567 | 2/9/2026 |
| 2.0.1-rc2 | 116 | 2/9/2026 |
| 2.0.1-rc0 | 625 | 2/9/2026 |
| 2.0.0-rc5 | 223 | 2/9/2026 |
| 2.0.0-rc4 | 113 | 2/9/2026 |
| 2.0.0-alpha3 | 115 | 2/9/2026 |
| 2.0.0-alpha2 | 172 | 2/9/2026 |
| 2.0.0-alpha1 | 113 | 2/8/2026 |
| 1.1.1 | 668 | 2/4/2026 |
| 0.0.0-alpha.0.227 | 69 | 2/4/2026 |
| 0.0.0-alpha.0.223 | 72 | 2/4/2026 |
v0.1.0 - Initial release
- Tree-sitter AST parsing for 28+ languages (function/class/import extraction)
- Regex-based Mermaid diagram parsing (flowchart, sequence, class, state, ER, gantt, pie)
- LLM sentinel integration for semantic code descriptions
- Heuristic fallback when no LLM available